OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
882c36a
)
monitor: Add structure for local out-of-band data details
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 28 Aug 2013 01:43:57 +0000
(18:43 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 28 Aug 2013 01:43:57 +0000
(18:43 -0700)
monitor/bt.h
patch
|
blob
|
history
diff --git
a/monitor/bt.h
b/monitor/bt.h
index
30ea59c
..
298d29c
100644
(file)
--- 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;