Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/bluetooth/host/buf/bt_buf_get_evt/src/
Dtest_suite_hci_evt_cmd.c21 TEST_PARAM_PAIR_DEFINE(BT_HCI_EVT_CMD_COMPLETE),
78 zassert_true((evt == BT_HCI_EVT_CMD_COMPLETE || evt == BT_HCI_EVT_CMD_STATUS), in ZTEST()
134 zassert_true((evt == BT_HCI_EVT_CMD_COMPLETE || evt == BT_HCI_EVT_CMD_STATUS), in ZTEST()
Dmain.c116 zassert_true((evt != BT_HCI_EVT_CMD_COMPLETE && evt != BT_HCI_EVT_CMD_STATUS && in ZTEST()
168 zassert_true((evt != BT_HCI_EVT_CMD_COMPLETE && evt != BT_HCI_EVT_CMD_STATUS && in ZTEST()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_common.c30 buf = bt_hci_evt_create(BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in bt_hci_cmd_complete_create()
Dbuf.c122 case BT_HCI_EVT_CMD_COMPLETE: in bt_buf_get_evt()
Dhci_core.c3670 EVENT_HANDLER(BT_HCI_EVT_CMD_COMPLETE, hci_cmd_complete,
/Zephyr-Core-3.4.0/include/zephyr/drivers/bluetooth/
Dhci_driver.h73 case BT_HCI_EVT_CMD_COMPLETE: in bt_hci_evt_get_flags()
/Zephyr-Core-3.4.0/tests/bluetooth/hci_prop_evt/src/
Dmain.c56 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
57 evt_create(*buf, BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in cmd_complete()
/Zephyr-Core-3.4.0/tests/bluetooth/host_long_adv_recv/src/
Dmain.c81 *buf = bt_buf_get_evt(BT_HCI_EVT_CMD_COMPLETE, false, K_FOREVER); in cmd_complete()
82 evt_create(*buf, BT_HCI_EVT_CMD_COMPLETE, sizeof(*cc) + plen); in cmd_complete()
/Zephyr-Core-3.4.0/samples/bluetooth/hci_uart/src/
Dmain.c380 .evt = BT_HCI_EVT_CMD_COMPLETE, in main()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c83 if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE) { in handle_cmd_complete()
263 case BT_HCI_EVT_CMD_COMPLETE: in recv()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c325 case BT_HCI_EVT_CMD_COMPLETE: in service_events()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h2289 #define BT_HCI_EVT_CMD_COMPLETE 0x0e macro