From: Marcel Holtmann Date: Tue, 8 Oct 2013 13:08:56 +0000 (-0700) Subject: lib: Add missing structure for accept physical link command X-Git-Tag: android-x86-4.4-r3~7479 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3cf65b88c57870dee411ac88dce67df2bc40eb92;p=android-x86%2Fexternal-bluetooth-bluez.git lib: Add missing structure for accept physical link command --- 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 {