Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h152 uint8_t bt_mesh_relay_get(void);
Dnet.c1191 return (bt_mesh_relay_get() == BLE_MESH_RELAY_ENABLED); in relay_to_adv()
1223 bt_mesh_relay_get() != BLE_MESH_RELAY_ENABLED && in bt_mesh_net_relay()
Daccess.c633 return (bt_mesh_relay_get() == BLE_MESH_RELAY_ENABLED); in bt_mesh_fixed_group_match()
Dcfg_srv.c893 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_get()
944 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_set()
3535 uint8_t bt_mesh_relay_get(void) in bt_mesh_relay_get() function
Dtransport.c1920 if (bt_mesh_relay_get() == BLE_MESH_RELAY_ENABLED) { in bt_mesh_heartbeat_send()