Home
last modified time | relevance | path

Searched refs:BT_MESH_FEATURE_ENABLED (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h34 BT_MESH_FEATURE_ENABLED, enumerator
47 #define BT_MESH_RELAY_ENABLED BT_MESH_FEATURE_ENABLED
51 #define BT_MESH_BEACON_ENABLED BT_MESH_FEATURE_ENABLED
54 #define BT_MESH_PRIV_BEACON_ENABLED BT_MESH_FEATURE_ENABLED
57 #define BT_MESH_GATT_PROXY_ENABLED BT_MESH_FEATURE_ENABLED
61 #define BT_MESH_PRIV_GATT_PROXY_ENABLED BT_MESH_FEATURE_ENABLED
65 #define BT_MESH_FRIEND_ENABLED BT_MESH_FEATURE_ENABLED
69 #define BT_MESH_NODE_IDENTITY_RUNNING BT_MESH_FEATURE_ENABLED
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c64 state != BT_MESH_FEATURE_ENABLED) { in feature_set()
69 (state == BT_MESH_FEATURE_ENABLED)) { in feature_set()
74 (state == BT_MESH_FEATURE_ENABLED)); in feature_set()
82 BT_MESH_FEATURE_ENABLED : in feature_get()
99 if (priv_beacon == BT_MESH_FEATURE_ENABLED) { in bt_mesh_priv_beacon_set()
186 if (gatt_proxy == BT_MESH_FEATURE_ENABLED) { in bt_mesh_gatt_proxy_set()
190 if ((gatt_proxy == BT_MESH_FEATURE_ENABLED) || in bt_mesh_gatt_proxy_set()
226 if (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) { in bt_mesh_priv_gatt_proxy_set()
235 if (priv_gatt_proxy == BT_MESH_FEATURE_ENABLED) { in bt_mesh_priv_gatt_proxy_set()
386 return (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED); in bt_mesh_fixed_group_match()
[all …]
Dbeacon.c175 if (bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED && in private_random_update()
323 .enabled = bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED, in net_beacon_for_subnet_send()
465 (bt_mesh_priv_beacon_get() == BT_MESH_FEATURE_ENABLED); in net_beacon_is_running()
Dproxy_srv.c755 if (bt_mesh_priv_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) { in proxy_adv_request_get()
761 if (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) { in proxy_adv_request_get()
1133 if (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED || in gatt_connected()
1137 client->privacy = (bt_mesh_priv_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) || in gatt_connected()
Dsubnet.c589 subnets[i].node_id == BT_MESH_FEATURE_ENABLED && in bt_mesh_subnet_node_id_set()
652 subnets[i].node_id == BT_MESH_FEATURE_ENABLED && in bt_mesh_subnet_priv_node_id_set()
682 if (sub->node_id == BT_MESH_FEATURE_ENABLED && sub->priv_beacon_ctx.node_id) { in bt_mesh_subnet_priv_node_id_get()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_friendship.c101 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_est()
121 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_est_multi()
147 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_msg()
215 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_overflow()
300 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_group()
349 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_no_est()
367 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_friend_va_collision()
Dtest_proxy_sol.c148 err = bt_mesh_od_priv_proxy_cli_set(0, iut_cfg.addr, BT_MESH_FEATURE_ENABLED, in iut_configure()
Dtest_persistence.c222 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(2, 20) },
238 .relay = { .state = BT_MESH_FEATURE_ENABLED, .transmit = BT_MESH_TRANSMIT(1, 10) },
Dtest_blob.c1603 bt_mesh_friend_set(BT_MESH_FEATURE_ENABLED); in test_cli_friend_pull()