diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/hci.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/include/hci.h b/include/hci.h index 9da3172f..8c208303 100644 --- a/include/hci.h +++ b/include/hci.h @@ -1067,6 +1067,14 @@ typedef struct {  } __attribute__ ((packed)) evt_link_key_notify;  #define EVT_LINK_KEY_NOTIFY_SIZE 23 +#define EVT_LOOPBACK_COMMAND		0x19 + +#define EVT_DATA_BUFFER_OVERFLOW	0x1A +typedef struct { +	uint8_t		link_type; +} __attribute__ ((packed)) evt_data_buffer_overflow; +#define EVT_DATA_BUFFER_OVERFLOW_SIZE 1 +  #define EVT_MAX_SLOTS_CHANGE		0x1B  typedef struct {  	uint16_t	handle; | 
