Home
last modified time | relevance | path

Searched refs:BT_MESH_NODE_IDENTITY_STOPPED (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dcfg.h68 #define BT_MESH_NODE_IDENTITY_STOPPED BT_MESH_FEATURE_DISABLED macro
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c101 if (node_id != BT_MESH_NODE_IDENTITY_STOPPED && in handle_node_id_status()
250 (val->state != BT_MESH_NODE_IDENTITY_STOPPED && in bt_mesh_priv_beacon_cli_node_id_set()
Dpriv_beacon_srv.c175 node_id != BT_MESH_NODE_IDENTITY_STOPPED) { in handle_node_id_set()
Dsubnet.c400 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_subnet_add()
801 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_subnet_set()
Dproxy_srv.c425 sub->node_id = BT_MESH_NODE_IDENTITY_STOPPED; in bt_mesh_proxy_identity_stop()
Dcfg_srv.c1813 BT_MESH_NODE_IDENTITY_STOPPED); in node_identity_set()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1772 ASSERT_EQUAL(state, BT_MESH_NODE_IDENTITY_STOPPED); in test_tx_priv_node_id()