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:
d1501ec
)
monitor: Add structure for writing inquiry tx power level
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 28 Aug 2013 01:56:32 +0000
(18:56 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 28 Aug 2013 01:56:32 +0000
(18:56 -0700)
monitor/bt.h
patch
|
blob
|
history
diff --git
a/monitor/bt.h
b/monitor/bt.h
index
298d29c
..
865f032
100644
(file)
--- a/
monitor/bt.h
+++ b/
monitor/bt.h
@@
-757,6
+757,11
@@
struct bt_hci_rsp_read_inquiry_resp_tx_power {
int8_t level;
} __attribute__ ((packed));
+#define BT_HCI_CMD_WRITE_INQUIRY_TX_POWER 0x0c59
+struct bt_hci_cmd_write_inquiry_tx_power {
+ int8_t level;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_ENHANCED_FLUSH 0x0c5f
struct bt_hci_cmd_enhanced_flush {
uint16_t handle;