Searched defs:ocf (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hci/ | 
| D | hci_vendor.h | 11 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd,  in hci_vendor_cmd_handle()
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hci/ | 
| D | hci_vendor.h | 26 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd,  in hci_vendor_cmd_handle()
  | 
| /Zephyr-latest/subsys/bluetooth/controller/hci/ | 
| D | hci.c | 396 static int link_control_cmd_handle(uint16_t  ocf, struct net_buf *cmd,  in link_control_cmd_handle() 745 static int ctrl_bb_cmd_handle(uint16_t  ocf, struct net_buf *cmd,  in ctrl_bb_cmd_handle() 1341 static int info_cmd_handle(uint16_t  ocf, struct net_buf *cmd,  in info_cmd_handle() 1401 static int status_cmd_handle(uint16_t  ocf, struct net_buf *cmd,  in status_cmd_handle() 4497 static int controller_cmd_handle(uint16_t  ocf, struct net_buf *cmd, 5687 int hci_vendor_cmd_handle_common(uint16_t ocf, struct net_buf *cmd, 5767 	uint16_t ocf;  local
  | 
| /Zephyr-latest/subsys/bluetooth/host/shell/ | 
| D | bt.c | 1368 	uint16_t ocf;  in cmd_hci_cmd()  local
  | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | hci_types.h | 373 #define BT_OP(ogf, ocf)                         ((ocf) | ((ogf) << 10))  argument
  |