Home
last modified time | relevance | path

Searched defs:ogf (Results 1 – 6 of 6) sorted by relevance

/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_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/host/src/
H A Dble_hs_dbg.c529 uint8_t ogf; in ble_hs_dbg_cmd_complete_disp() local
627 uint8_t ogf; 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()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_hci.c1329 uint8_t ogf; in ble_ll_hci_cmd_proc() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/
H A Dhci_common.h43 #define BLE_HCI_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument