Searched defs:ogf (Results 1 – 6 of 6) sorted by relevance
28 #define ble_hs_hci_util_opcode_join(ogf, ocf) (((ogf) << 10) | (ocf)) argument
477 ble_hs_test_util_hci_verify_tx(uint8_t ogf, uint16_t ocf, in ble_hs_test_util_hci_verify_tx()
529 uint8_t ogf; in ble_hs_dbg_cmd_complete_disp() local627 uint8_t ogf; in ble_hs_dbg_cmd_status_disp() local
56 ble_hs_hci_cmd_write_hdr(uint8_t ogf, uint16_t ocf, uint8_t len, void *buf) in ble_hs_hci_cmd_write_hdr()
1329 uint8_t ogf; in ble_ll_hci_cmd_proc() local
43 #define BLE_HCI_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument