mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-26 18:41:12 +00:00
correct opcode for write link supervision timeout
This commit is contained in:
parent
2033929e11
commit
22cc1a0ca7
@ -251,7 +251,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x36), "H"
|
|||||||
// handle
|
// handle
|
||||||
};
|
};
|
||||||
hci_cmd_t hci_write_link_supervision_timeout = {
|
hci_cmd_t hci_write_link_supervision_timeout = {
|
||||||
OPCODE(OGF_CONTROLLER_BASEBAND, 0x33), "H2"
|
OPCODE(OGF_CONTROLLER_BASEBAND, 0x37), "H2"
|
||||||
// handle, Range for N: 0x0001 – 0xFFFF Time (Range: 0.625ms – 40.9 sec)
|
// handle, Range for N: 0x0001 – 0xFFFF Time (Range: 0.625ms – 40.9 sec)
|
||||||
};
|
};
|
||||||
hci_cmd_t hci_write_inquiry_mode = {
|
hci_cmd_t hci_write_inquiry_mode = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user