Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c135 atomic_set_bit(self->flags, BT_MESH_CDB_NODE_CONFIGURED); in configure_self()
229 atomic_set_bit(node->flags, BT_MESH_CDB_NODE_CONFIGURED); in configure_node()
307 if (!atomic_test_bit(node->flags, BT_MESH_CDB_NODE_CONFIGURED)) { in check_unconfigured()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcdb.h30 BT_MESH_CDB_NODE_CONFIGURED, enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcdb.c259 atomic_set_bit(node->flags, BT_MESH_CDB_NODE_CONFIGURED); in cdb_node_set()
450 if (atomic_test_bit(node->flags, BT_MESH_CDB_NODE_CONFIGURED)) { in store_cdb_node()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dshell.c1235 BT_MESH_CDB_NODE_CONFIGURED); in cdb_print_nodes()