Searched refs:ocf (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/openisa/ |
D | hci_vendor.h | 11 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, in hci_vendor_cmd_handle() argument 14 return hci_vendor_cmd_handle_common(ocf, cmd, evt); in hci_vendor_cmd_handle()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/nordic/ |
D | hci_vendor.h | 22 inline int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, in hci_vendor_cmd_handle() argument 25 return hci_vendor_cmd_handle_common(ocf, cmd, evt); in hci_vendor_cmd_handle()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/ |
D | hci_internal.h | 47 int hci_vendor_cmd_handle(uint16_t ocf, struct net_buf *cmd, 52 int hci_vendor_cmd_handle_common(uint16_t ocf, struct net_buf *cmd,
|
D | hci.c | 395 static int link_control_cmd_handle(uint16_t ocf, struct net_buf *cmd, in link_control_cmd_handle() argument 398 switch (ocf) { in link_control_cmd_handle() 705 static int ctrl_bb_cmd_handle(uint16_t ocf, struct net_buf *cmd, in ctrl_bb_cmd_handle() argument 708 switch (ocf) { in ctrl_bb_cmd_handle() 1290 static int info_cmd_handle(uint16_t ocf, struct net_buf *cmd, in info_cmd_handle() argument 1293 switch (ocf) { in info_cmd_handle() 1350 static int status_cmd_handle(uint16_t ocf, struct net_buf *cmd, in status_cmd_handle() argument 1353 switch (ocf) { in status_cmd_handle() 4267 static int controller_cmd_handle(uint16_t ocf, struct net_buf *cmd, argument 4270 switch (ocf) { [all …]
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | bt.c | 1138 uint16_t ocf; in cmd_hci_cmd() local 1146 ocf = strtoul(argv[2], NULL, 16); in cmd_hci_cmd() 1163 buf = bt_hci_cmd_create(BT_OP(ogf, ocf), len); in cmd_hci_cmd() 1167 err = bt_hci_cmd_send_sync(BT_OP(ogf, ocf), buf, &rsp); in cmd_hci_cmd()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | hci_types.h | 337 #define BT_OP(ogf, ocf) ((ocf) | ((ogf) << 10)) argument
|