diff --git a/src/hci_cmd.c b/src/hci_cmd.c index f27cd17a1..ed297e583 100644 --- a/src/hci_cmd.c +++ b/src/hci_cmd.c @@ -621,7 +621,7 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x14), "" /** */ 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 = { -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) */ const hci_cmd_t hci_write_page_scan_activity = { -OPCODEX(OGF_CONTROLLER_BASEBAND, 0x1C), "22" +OPCODE(OGF_CONTROLLER_BASEBAND, 0x1C), "22" }; /**