Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c598 ble_ll_hci_le_cmd_send_cmd_status(uint16_t ocf) in ble_ll_hci_le_cmd_send_cmd_status()
660 ble_ll_is_valid_adv_mode(uint8_t ocf) in ble_ll_is_valid_adv_mode()
735 ble_ll_hci_le_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen, in ble_ll_hci_le_cmd_proc()
1137 ble_ll_hci_link_ctrl_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen) in ble_ll_hci_link_ctrl_cmd_proc()
1177 ble_ll_hci_ctlr_bb_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen) in ble_ll_hci_ctlr_bb_cmd_proc()
1232 ble_ll_hci_info_params_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen) in ble_ll_hci_info_params_cmd_proc()
1284 ble_ll_hci_status_params_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen) in ble_ll_hci_status_params_cmd_proc()
1333 uint16_t ocf; in ble_ll_hci_cmd_proc() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_dbg.c485 ble_hs_dbg_cmd_comp_info_params(uint8_t status, uint8_t ocf, uint8_t *evdata) in ble_hs_dbg_cmd_comp_info_params()
530 uint8_t ocf; in ble_hs_dbg_cmd_complete_disp() local
628 uint8_t ocf; in ble_hs_dbg_cmd_status_disp() local
H A Dble_hs_hci_cmd.c56 ble_hs_hci_cmd_write_hdr(uint8_t ogf, uint16_t ocf, uint8_t len, void *buf) in ble_hs_hci_cmd_write_hdr()
136 ble_hs_hci_cmd_le_send(uint16_t ocf, uint8_t len, void *cmddata) in ble_hs_hci_cmd_le_send()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_test_util_hci.h28 #define ble_hs_hci_util_opcode_join(ogf, ocf) (((ogf) << 10) | (ocf)) argument
H A Dble_hs_test_util.h36 #define BLE_HS_TEST_UTIL_LE_OPCODE(ocf) \ argument
H A Dble_hs_test_util_hci.c477 ble_hs_test_util_hci_verify_tx(uint8_t ogf, uint16_t ocf, in ble_hs_test_util_hci_verify_tx()
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h43 #define BLE_HCI_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument