Lines Matching refs:ocf
396 static int link_control_cmd_handle(uint16_t ocf, struct net_buf *cmd, in link_control_cmd_handle() argument
399 switch (ocf) { in link_control_cmd_handle()
706 static int ctrl_bb_cmd_handle(uint16_t ocf, struct net_buf *cmd, in ctrl_bb_cmd_handle() argument
709 switch (ocf) { in ctrl_bb_cmd_handle()
1306 static int info_cmd_handle(uint16_t ocf, struct net_buf *cmd, in info_cmd_handle() argument
1309 switch (ocf) { in info_cmd_handle()
1366 static int status_cmd_handle(uint16_t ocf, struct net_buf *cmd, in status_cmd_handle() argument
1369 switch (ocf) { in status_cmd_handle()
4462 static int controller_cmd_handle(uint16_t ocf, struct net_buf *cmd, argument
4465 switch (ocf) {
5652 int hci_vendor_cmd_handle_common(uint16_t ocf, struct net_buf *cmd, argument
5655 switch (ocf) {
5732 uint16_t ocf; local
5749 ocf = BT_OCF(_opcode);
5753 err = link_control_cmd_handle(ocf, cmd, &evt);
5756 err = ctrl_bb_cmd_handle(ocf, cmd, &evt);
5759 err = info_cmd_handle(ocf, cmd, &evt);
5762 err = status_cmd_handle(ocf, cmd, &evt);
5765 err = controller_cmd_handle(ocf, cmd, &evt, node_rx);
5769 err = hci_vendor_cmd_handle(ocf, cmd, &evt);