Home
last modified time | relevance | path

Searched refs:BT_MESH_VALID (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c51 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_beacon_set()
106 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_priv_beacon_set()
158 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_od_priv_proxy_set()
199 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_gatt_proxy_set()
241 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_priv_gatt_proxy_set()
270 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_default_ttl_set()
298 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_friend_set()
327 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_net_transmit_set()
358 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_relay_set()
493 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_cfg_pending_store()
Dmain.c65 if (atomic_test_and_set_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision()
77 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
84 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
93 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
145 atomic_clear_bit(bt_mesh.flags, BT_MESH_VALID); in bt_mesh_provision()
267 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision_adv()
287 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision_gatt()
308 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_provision_remote()
328 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_reprovision_remote()
342 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_VALID) || in bt_mesh_reset()
[all …]
Dsettings.c113 atomic_set_bit(bt_mesh.flags, BT_MESH_VALID); in mesh_commit()
Dnet.h184 BT_MESH_VALID, /* We have been provisioned */ enumerator
Dnet.c1187 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_net_pending_iv_store()
1227 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_net_pending_net_store()
1239 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_net_pending_seq_store()