Searched refs:BT_HCI_EVT_CMD_STATUS (Results 1 – 14 of 14) sorted by relevance
47 buf = bt_hci_evt_create(BT_HCI_EVT_CMD_STATUS, sizeof(*cs)); in bt_hci_cmd_status_create()
82 buf = bt_buf_get_evt(BT_HCI_EVT_CMD_STATUS, false, K_FOREVER); in send_cmd_status()86 hdr->evt = BT_HCI_EVT_CMD_STATUS; in send_cmd_status()
147 case BT_HCI_EVT_CMD_STATUS: in bt_buf_get_evt()
3013 case BT_HCI_EVT_CMD_STATUS: in bt_hci_evt_get_flags()4072 EVENT_HANDLER(BT_HCI_EVT_CMD_STATUS, hci_cmd_status,
133 evt_header->evt = BT_HCI_EVT_CMD_STATUS; in check_legacy_extended_call()184 evt_header->evt = BT_HCI_EVT_CMD_STATUS; in process_command()
101 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()243 case BT_HCI_EVT_CMD_STATUS: in recv()
100 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()267 case BT_HCI_EVT_CMD_STATUS: in recv()
104 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()289 case BT_HCI_EVT_CMD_STATUS: in recv()
108 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()313 case BT_HCI_EVT_CMD_STATUS: in recv()
93 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()269 case BT_HCI_EVT_CMD_STATUS: in recv()
95 } else if (hdr->evt == BT_HCI_EVT_CMD_STATUS) { in handle_cmd_complete()281 case BT_HCI_EVT_CMD_STATUS: in recv()
116 case BT_HCI_EVT_CMD_STATUS: in bt_hci_evt_get_flags()
332 case BT_HCI_EVT_CMD_STATUS: in service_events()
2792 #define BT_HCI_EVT_CMD_STATUS 0x0f macro