summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-18 14:31:11 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-18 14:31:11 +0000
commit845167a090206487c79d851d3989f5af188b708c (patch)
treee6a4b418c6ff533b38dedfcce95351411db0074b /include
parentb68e3ca7a1e5f3215bfc4408c86059ed4f76f2fd (diff)
Add definitions for loopback command and data overflow events
Diffstat (limited to 'include')
-rw-r--r--include/hci.h8
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;