Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.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.6.0/subsys/bluetooth/mesh/
Dcfg.c63 if (state != BT_MESH_FEATURE_DISABLED && in feature_set()
83 BT_MESH_FEATURE_DISABLED; in feature_get()
187 feature_set(BT_MESH_PRIV_GATT_PROXY, BT_MESH_FEATURE_DISABLED); in bt_mesh_gatt_proxy_set()
191 (gatt_proxy == BT_MESH_FEATURE_DISABLED && in bt_mesh_gatt_proxy_set()
227 return BT_MESH_FEATURE_DISABLED; in bt_mesh_priv_gatt_proxy_set()
302 if (friendship == BT_MESH_FEATURE_DISABLED) { in bt_mesh_friend_set()
Dsubnet.c685 *priv_node_id = BT_MESH_FEATURE_DISABLED; in bt_mesh_subnet_priv_node_id_get()
Dcfg_srv.c557 (void)bt_mesh_priv_gatt_proxy_set(BT_MESH_FEATURE_DISABLED); in gatt_proxy_set()