From: Marcel Holtmann Date: Wed, 28 Aug 2013 01:43:57 +0000 (-0700) Subject: monitor: Add structure for local out-of-band data details X-Git-Tag: android-x86-4.4-r3~7711 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cc1bd16c7d2f3bb494b44e566d53eb6abc697ed5;p=android-x86%2Fexternal-bluetooth-bluez.git monitor: Add structure for local out-of-band data details --- diff --git a/monitor/bt.h b/monitor/bt.h index 30ea59c58..298d29c18 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -744,6 +744,13 @@ struct bt_hci_cmd_write_simple_pairing_mode { uint8_t mode; } __attribute__ ((packed)); +#define BT_HCI_CMD_READ_LOCAL_OOB_DATA 0x0c57 +struct bt_hci_rsp_read_local_oob_data { + uint8_t status; + uint8_t hash[16]; + uint8_t randomizer[16]; +} __attribute__ ((packed)); + #define BT_HCI_CMD_READ_INQUIRY_RESP_TX_POWER 0x0c58 struct bt_hci_rsp_read_inquiry_resp_tx_power { uint8_t status;