From: Marcel Holtmann Date: Wed, 28 Aug 2013 01:56:32 +0000 (-0700) Subject: monitor: Add structure for writing inquiry tx power level X-Git-Tag: android-x86-4.4-r3~7709 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b147291649af5595279d50dab1c33fca13f7c6dc;p=android-x86%2Fexternal-bluetooth-bluez.git monitor: Add structure for writing inquiry tx power level --- diff --git a/monitor/bt.h b/monitor/bt.h index 298d29c18..865f032ff 100644 --- 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;