summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-08 06:08:56 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-10-08 06:08:56 -0700
commit3cf65b88c57870dee411ac88dce67df2bc40eb92 (patch)
treee70be3d1bdea374850249f840da89845edc56a4d /lib/hci.h
parentf095b87f550f50d8f3fa992dc2c77d6db7a31d9a (diff)
downloadbluez-3cf65b88c57870dee411ac88dce67df2bc40eb92.tar.gz
lib: Add missing structure for accept physical link command
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 76cfb9c17..0c9482969 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -560,6 +560,13 @@ typedef struct {
#define CREATE_PHYSICAL_LINK_CP_SIZE 35
#define OCF_ACCEPT_PHYSICAL_LINK 0x0036
+typedef struct {
+ uint8_t handle;
+ uint8_t key_length;
+ uint8_t key_type;
+ uint8_t key[32];
+} __attribute__ ((packed)) accept_physical_link_cp;
+#define ACCEPT_PHYSICAL_LINK_CP_SIZE 35
#define OCF_DISCONNECT_PHYSICAL_LINK 0x0037
typedef struct {