Home
last modified time | relevance | path

Searched refs:bt_mesh_relay_get (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcfg.c365 enum bt_mesh_feat_state bt_mesh_relay_get(void) in bt_mesh_relay_get() function
390 return (bt_mesh_relay_get() == BT_MESH_FEATURE_ENABLED); in bt_mesh_fixed_group_match()
475 val.relay = bt_mesh_relay_get(); in store_pending_cfg()
Dheartbeat.c130 if (bt_mesh_relay_get() == BT_MESH_RELAY_ENABLED) { in heartbeat_send()
Dnet.c668 return (bt_mesh_relay_get() == BT_MESH_RELAY_ENABLED); in relay_to_adv()
690 bt_mesh_relay_get() != BT_MESH_RELAY_ENABLED && in bt_mesh_net_relay()
Dcfg_srv.c616 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_get()
643 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_set()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg.h220 enum bt_mesh_feat_state bt_mesh_relay_get(void);
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c71 if (bt_mesh_relay_get() == BT_MESH_RELAY_ENABLED) { in sub_hb_recv_cb()