mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 09:32:57 +00:00
hci_cmd: fix hci_read_transmit_power_level
This commit is contained in:
parent
58323d58db
commit
2ea455e190
@ -918,7 +918,7 @@ const hci_cmd_t hci_write_num_broadcast_retransmissions = {
|
|||||||
* @param type 0 = current transmit level, 1 = max transmit level
|
* @param type 0 = current transmit level, 1 = max transmit level
|
||||||
*/
|
*/
|
||||||
const hci_cmd_t hci_read_transmit_power_level = {
|
const hci_cmd_t hci_read_transmit_power_level = {
|
||||||
HCI_OPCODE_HCI_READ_TRANSMIT_POWER_LEVEL, "11"
|
HCI_OPCODE_HCI_READ_TRANSMIT_POWER_LEVEL, "H1"
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user