Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/
Dcfg.h57 #define BT_MESH_GATT_PROXY_ENABLED BT_MESH_FEATURE_ENABLED macro
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c69 proxy != BT_MESH_GATT_PROXY_ENABLED && in handle_gatt_proxy_status()
207 *val != BT_MESH_GATT_PROXY_ENABLED)) { in bt_mesh_priv_beacon_cli_gatt_proxy_set()
Dpriv_beacon_srv.c101 gatt_proxy != BT_MESH_GATT_PROXY_ENABLED) { in handle_gatt_proxy_set()
Dsolicitation.c190 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_sol_recv()
191 bt_mesh_priv_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_sol_recv()
Dnet.c362 (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_iv_update()
677 return (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) || in relay_to_adv()
698 bt_mesh_gatt_proxy_get() != BT_MESH_GATT_PROXY_ENABLED && in bt_mesh_net_relay()
753 bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_relay()
Dproxy_srv.c621 bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in advertise_subnet()
622 bt_mesh_priv_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED); in advertise_subnet()
774 (bt_mesh_priv_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED)) { in gatt_proxy_advertise()
Dheartbeat.c134 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) { in heartbeat_send()
DKconfig220 config BT_MESH_GATT_PROXY_ENABLED config
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c75 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) { in sub_hb_recv_cb()