Home
last modified time | relevance | path

Searched refs:BT_EVT_MASK_DISCONN_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h2612 #define BT_EVT_MASK_DISCONN_COMPLETE BT_EVT_BIT(4) macro
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dhci_core.c3060 mask |= BT_EVT_MASK_DISCONN_COMPLETE; in set_event_mask()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c5973 if (!(event_mask & BT_EVT_MASK_DISCONN_COMPLETE)) {