Searched refs:BT_MESH_COMP_DIRTY (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | large_comp_data_srv.c | 66 if (atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY) && page < 128) { in handle_large_comp_data_get()
|
D | net.h | 190 BT_MESH_COMP_DIRTY, /* Composition data is dirty */ enumerator
|
D | access.c | 2105 atomic_set_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY); in comp_set() 2425 atomic_clear_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY); in comp_data_clear() 2679 (atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY) || in bt_mesh_comp_parse_page() 2683 (atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY) || in bt_mesh_comp_parse_page() 2686 } else if (page >= 128U && (atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY) || in bt_mesh_comp_parse_page()
|
D | rpr_srv.c | 878 !atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY)) { in handle_link_open()
|
D | cfg_srv.c | 68 if (atomic_test_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY) && page < 128) { in dev_comp_data_get()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_lcd.c | 434 atomic_set_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY); in test_srv_comp_data_status_respond()
|
D | test_provision.c | 1308 atomic_set_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY); in reprovision_remote_comp_data_server() 1314 atomic_clear_bit(bt_mesh.flags, BT_MESH_COMP_DIRTY); in reprovision_remote_comp_data_server()
|