mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 16:20:31 +00:00
hci_cmd: fix compile
This commit is contained in:
parent
5e71c55d29
commit
6ea073fee9
@ -621,7 +621,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x14), ""
|
|||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
const hci_cmd_t hci_read_page_timeout = {
|
const hci_cmd_t hci_read_page_timeout = {
|
||||||
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x17), ""
|
OPCODE(OGF_CONTROLLER_BASEBAND, 0x17), ""
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -634,7 +634,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x18), "2"
|
|||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
const hci_cmd_t hci_read_page_scan_activity = {
|
const hci_cmd_t hci_read_page_scan_activity = {
|
||||||
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1B), ""
|
OPCODE(OGF_CONTROLLER_BASEBAND, 0x1B), ""
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -642,7 +642,7 @@ OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1B), ""
|
|||||||
* @param page_scan_window (* 0.625 ms, must be <= page_scan_interval)
|
* @param page_scan_window (* 0.625 ms, must be <= page_scan_interval)
|
||||||
*/
|
*/
|
||||||
const hci_cmd_t hci_write_page_scan_activity = {
|
const hci_cmd_t hci_write_page_scan_activity = {
|
||||||
OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1C), "22"
|
OPCODE(OGF_CONTROLLER_BASEBAND, 0x1C), "22"
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user