Home
last modified time | relevance | path

Searched refs:bt_mesh_gatt_proxy_get (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg.c206 enum bt_mesh_feat_state bt_mesh_gatt_proxy_get(void) in bt_mesh_gatt_proxy_get() function
226 if (bt_mesh_gatt_proxy_get() == 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()
478 val.gatt_proxy = bt_mesh_gatt_proxy_get(); in store_pending_cfg()
Dnet.c363 (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_iv_update()
678 return (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) || in relay_to_adv()
697 bt_mesh_gatt_proxy_get() != BT_MESH_GATT_PROXY_ENABLED && in bt_mesh_net_relay()
752 bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_net_relay()
896 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_DISABLED && in bt_mesh_net_recv()
Dproxy_srv.c651 bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in is_sub_proxy_active()
764 if (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED) { in proxy_adv_request_get()
1157 if (bt_mesh_gatt_proxy_get() == BT_MESH_FEATURE_ENABLED || in gatt_connected()
Dheartbeat.c134 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) { in heartbeat_send()
Dsolicitation.c189 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED || in bt_mesh_sol_recv()
Dcfg_srv.c520 net_buf_simple_add_u8(&msg, bt_mesh_gatt_proxy_get()); in send_gatt_proxy_status()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h258 enum bt_mesh_feat_state bt_mesh_gatt_proxy_get(void);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c75 if (bt_mesh_gatt_proxy_get() == BT_MESH_GATT_PROXY_ENABLED) { in sub_hb_recv_cb()