Home
last modified time | relevance | path

Searched refs:BT_HCI_EVT_DISCONN_COMPLETE (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/bluetooth/
Dhci_driver.h63 case BT_HCI_EVT_DISCONN_COMPLETE: in bt_hci_evt_get_flags()
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/bt_buf_get_evt/src/
Dmain.c28 TEST_PARAM_PAIR_DEFINE(BT_HCI_EVT_DISCONN_COMPLETE),
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c272 case BT_HCI_EVT_DISCONN_COMPLETE: in recv()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/
Dhci_driver.c243 buf = bt_buf_get_evt(BT_HCI_EVT_DISCONN_COMPLETE, false, in process_prio_evt()
Dhci.c8108 hci_evt_create(buf, BT_HCI_EVT_DISCONN_COMPLETE, sizeof(*ep));
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c294 case BT_HCI_EVT_DISCONN_COMPLETE: in recv()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c318 case BT_HCI_EVT_DISCONN_COMPLETE: in recv()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c274 case BT_HCI_EVT_DISCONN_COMPLETE: in recv()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_core.c2710 EVENT_HANDLER(BT_HCI_EVT_DISCONN_COMPLETE, hci_disconn_complete,
3798 EVENT_HANDLER(BT_HCI_EVT_DISCONN_COMPLETE, hci_disconn_complete_prio,
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dhci_types.h2292 #define BT_HCI_EVT_DISCONN_COMPLETE 0x05 macro