Searched refs:BT_MESH_IVU_IN_PROGRESS (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 431 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in bt_mesh_net_flags() 494 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, BT_MESH_IV_UPDATE(flags)); in bt_mesh_net_create() 608 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in bt_mesh_iv_update() 616 return atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in bt_mesh_iv_update() 636 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in bt_mesh_net_iv_update() 697 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, iv_update); in bt_mesh_net_iv_update() 790 …if (!atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) && bt_mesh.seq > CONFIG_IV_UPDATE_SEQ… in bt_mesh_net_resend() 1385 … atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) ? "IVU in Progress" : "IVU Normal mode", in ivu_refresh() 1397 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in ivu_refresh()
|
A D | beacon.c | 333 (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) == BT_MESH_IV_UPDATE(flags))) { in secure_beacon_recv()
|
A D | settings.c | 194 atomic_clear_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in iv_set() 205 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, iv.iv_update); in iv_set() 1085 iv.iv_update = atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in store_pending_iv()
|
A D | lpn.c | 947 (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) == in bt_mesh_lpn_friend_update()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 207 BT_MESH_IVU_IN_PROGRESS, /* IV Update in Progress */ enumerator 321 …ine BT_MESH_NET_IVI_TX (bt_mesh.iv_index - atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS))
|
Completed in 13 milliseconds