mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 10:13:29 +00:00
btstack_defines: custom NOP event
This commit is contained in:
parent
9c9e9dc1e2
commit
ebec4c3bd3
@ -268,6 +268,11 @@ typedef uint8_t sm_key_t[16];
|
|||||||
|
|
||||||
// Events from host controller to host
|
// Events from host controller to host
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Custom NOP Event - used for internal testing
|
||||||
|
*/
|
||||||
|
#define HCI_EVENT_NOP 0x00u
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @format 1
|
* @format 1
|
||||||
* @param status
|
* @param status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user