Home
last modified time | relevance | path

Searched refs:BT_MESH_NODE_IDENTITY_RUNNING (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h69 #define BT_MESH_NODE_IDENTITY_RUNNING BT_MESH_FEATURE_ENABLED macro
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c102 node_id != BT_MESH_NODE_IDENTITY_RUNNING && in handle_node_id_status()
251 val->state != BT_MESH_NODE_IDENTITY_RUNNING)) { in bt_mesh_priv_beacon_cli_node_id_set()
Dproxy_srv.c377 sub->node_id = BT_MESH_NODE_IDENTITY_RUNNING; in identity_enabled()
647 return (sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING || in is_sub_proxy_active()
682 if (sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING) { in proxy_adv_timeout_eval()
747 if (sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING) { in proxy_adv_request_get()
Dpriv_beacon_srv.c174 if (node_id != BT_MESH_NODE_IDENTITY_RUNNING && in handle_node_id_set()
Dcfg.c167 return sub->node_id == BT_MESH_NODE_IDENTITY_RUNNING; in node_id_is_running()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1763 ASSERT_OK_MSG(bt_mesh_subnet_priv_node_id_set(TEST_NET_IDX1, BT_MESH_NODE_IDENTITY_RUNNING), in test_tx_priv_node_id()
1775 ASSERT_OK_MSG(bt_mesh_subnet_priv_node_id_set(TEST_NET_IDX1, BT_MESH_NODE_IDENTITY_RUNNING), in test_tx_priv_node_id()