summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-18 14:13:33 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-18 14:13:33 +0000
commitb68e3ca7a1e5f3215bfc4408c86059ed4f76f2fd (patch)
tree8ed3a447f5576b499740659c2994595dd3f7cc9e /include
parent8805ca9a84b178e5ae082c9a115ee55bbdae5263 (diff)
Add definition for return link keys event
Diffstat (limited to 'include')
-rw-r--r--include/hci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h
index aa0b7202..9da3172f 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -1040,6 +1040,13 @@ typedef struct {
} __attribute__ ((packed)) evt_mode_change;
#define EVT_MODE_CHANGE_SIZE 6
+#define EVT_RETURN_LINK_KEYS 0x15
+typedef struct {
+ uint8_t num_keys;
+ /* variable length part */
+} __attribute__ ((packed)) evt_return_link_keys;
+#define EVT_RETURN_LINK_KEYS_SIZE 1
+
#define EVT_PIN_CODE_REQ 0x16
typedef struct {
bdaddr_t bdaddr;