Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Dcfg.h32 BT_MESH_FEATURE_DISABLED, enumerator
46 #define BT_MESH_RELAY_DISABLED BT_MESH_FEATURE_DISABLED
50 #define BT_MESH_BEACON_DISABLED BT_MESH_FEATURE_DISABLED
53 #define BT_MESH_PRIV_BEACON_DISABLED BT_MESH_FEATURE_DISABLED
56 #define BT_MESH_GATT_PROXY_DISABLED BT_MESH_FEATURE_DISABLED
60 #define BT_MESH_PRIV_GATT_PROXY_DISABLED BT_MESH_FEATURE_DISABLED
64 #define BT_MESH_FRIEND_DISABLED BT_MESH_FEATURE_DISABLED
68 #define BT_MESH_NODE_IDENTITY_STOPPED BT_MESH_FEATURE_DISABLED
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dcfg.c69 if (state != BT_MESH_FEATURE_DISABLED && in feature_set()
89 BT_MESH_FEATURE_DISABLED; in feature_get()
190 (gatt_proxy == BT_MESH_FEATURE_DISABLED && in bt_mesh_gatt_proxy_set()
295 if (friendship == BT_MESH_FEATURE_DISABLED) { in bt_mesh_friend_set()
Dsubnet.c617 *priv_node_id = BT_MESH_FEATURE_DISABLED; in bt_mesh_subnet_priv_node_id_get()
Dcfg_srv.c562 (void)bt_mesh_priv_gatt_proxy_set(BT_MESH_FEATURE_DISABLED); in gatt_proxy_set()