Home
last modified time | relevance | path

Searched refs:BT_HCI_EVT_CMD_COMPLETE (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c33 buf = bt_hci_evt_create(BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in bt_hci_cmd_complete_create()
Dbuf.c148 case BT_HCI_EVT_CMD_COMPLETE: in bt_buf_get_evt()
Dhci_core.c3012 case BT_HCI_EVT_CMD_COMPLETE: in bt_hci_evt_get_flags()
4070 EVENT_HANDLER(BT_HCI_EVT_CMD_COMPLETE, hci_cmd_complete,
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c62 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
63 evt_create(*buf, BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in cmd_complete()
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c163 BT_HCI_EVT_CMD_COMPLETE, /* EVT: opcode */
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c93 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
242 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c92 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
266 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c91 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
92 evt_create(*buf, BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in cmd_complete()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c363 .hdr = {.evt = BT_HCI_EVT_CMD_COMPLETE, .len = sizeof(struct bt_hci_evt_cmd_complete)},
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c382 .evt = BT_HCI_EVT_CMD_COMPLETE, in main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c96 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
288 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c100 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
312 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c85 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
268 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c87 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
280 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c165 case BT_HCI_EVT_CMD_COMPLETE: { in hci_event_filter()
Dhci_stm32wb0.c142 evt_header->evt = BT_HCI_EVT_CMD_COMPLETE; in check_legacy_extended_call()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c115 case BT_HCI_EVT_CMD_COMPLETE: in bt_hci_evt_get_flags()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c325 case BT_HCI_EVT_CMD_COMPLETE: in service_events()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2782 #define BT_HCI_EVT_CMD_COMPLETE 0x0e macro