Home
last modified time | relevance | path

Searched refs:LINK_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dprov.c308 return atomic_test_bit(bt_mesh_prov_link.flags, LINK_ACTIVE); in bt_mesh_prov_active()
362 atomic_set_bit(bt_mesh_prov_link.flags, LINK_ACTIVE); in prov_link_opened()
Dprov.h88 LINK_ACTIVE, /* Link has been opened */ enumerator
Dpb_gatt.c63 if (!atomic_test_bit(bt_mesh_prov_link.flags, LINK_ACTIVE)) { in protocol_timeout()
Dprovisioner.c805 if (atomic_test_and_set_bit(bt_mesh_prov_link.flags, LINK_ACTIVE)) { in link_open()
832 atomic_clear_bit(bt_mesh_prov_link.flags, LINK_ACTIVE); in link_open()
875 if (atomic_test_and_set_bit(bt_mesh_prov_link.flags, LINK_ACTIVE)) { in reprovision_local_client_server()