Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Dcfg.h56 #define BT_MESH_GATT_PROXY_DISABLED BT_MESH_FEATURE_DISABLED macro
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c68 if (proxy != BT_MESH_GATT_PROXY_DISABLED && in handle_gatt_proxy_status()
206 if (!val || (*val != BT_MESH_GATT_PROXY_DISABLED && in bt_mesh_priv_beacon_cli_gatt_proxy_set()
Dpriv_beacon_srv.c100 if (gatt_proxy != BT_MESH_GATT_PROXY_DISABLED && in handle_gatt_proxy_set()
Dnet.c864 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_DISABLED && in bt_mesh_net_recv()