mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-09 01:12:06 +00:00
Expose xap_respond_success
This commit is contained in:
parent
7de1a9d485
commit
0266b5be2d
@ -29,6 +29,7 @@
|
|||||||
# define XAP_SUBSYSTEM_VERSION_USER 0
|
# define XAP_SUBSYSTEM_VERSION_USER 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void xap_respond_success(xap_token_t token);
|
||||||
void xap_respond_failure(xap_token_t token, xap_response_flags_t response_flags);
|
void xap_respond_failure(xap_token_t token, xap_response_flags_t response_flags);
|
||||||
bool xap_respond_u32(xap_token_t token, uint32_t value);
|
bool xap_respond_u32(xap_token_t token, uint32_t value);
|
||||||
bool xap_respond_data(xap_token_t token, const void *data, size_t length);
|
bool xap_respond_data(xap_token_t token, const void *data, size_t length);
|
||||||
|
Loading…
Reference in New Issue
Block a user