Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfoundation.h152 uint8_t bt_mesh_relay_get(void);
Dnet.c1215 return (bt_mesh_relay_get() == BLE_MESH_RELAY_ENABLED); in relay_to_adv()
1248 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.c912 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_get()
963 net_buf_simple_add_u8(&msg, bt_mesh_relay_get()); in relay_set()
3567 uint8_t bt_mesh_relay_get(void) in bt_mesh_relay_get() function
Dtransport.c1948 if (bt_mesh_relay_get() == BLE_MESH_RELAY_ENABLED) {