Home
last modified time | relevance | path

Searched refs:BT_DEV_PERSISTENT_FLAGS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h87 #define BT_DEV_PERSISTENT_FLAGS (BIT(BT_DEV_ENABLE) | \ macro
Dhci_core.c2417 flags = (atomic_get(bt_dev.flags) & BT_DEV_PERSISTENT_FLAGS); in hci_reset_complete()