Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h2922 #define BT_EVT_MASK_ENCRYPT_CHANGE BT_EVT_BIT(7) macro
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_core.c3399 mask |= BT_EVT_MASK_ENCRYPT_CHANGE; in set_event_mask()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c8375 if (!(event_mask & BT_EVT_MASK_ENCRYPT_CHANGE)) {