Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_foundation.c122 uint8_t mesh_foundation_relay_get(void){ in mesh_foundation_relay_get() function
150 if (mesh_foundation_relay_get() == 1){ in mesh_foundation_get_features()
H A Dmesh_foundation.h252 uint8_t mesh_foundation_relay_get(void);
H A Dmesh_network.c444 if (mesh_foundation_relay_get() != 0){ in mesh_network_message_processed_by_higher_layer()
764 …", network_pdu, network_pdu->flags, mesh_foundation_gatt_proxy_get(), mesh_foundation_relay_get()); in mesh_network_run_adv()
772 …work_pdu->flags & MESH_NETWORK_PDU_FLAGS_GATT_BEARER) == 0) && (mesh_foundation_relay_get() == 1))… in mesh_network_run_adv()
878 transmit_config = mesh_foundation_relay_get(); in mesh_adv_bearer_handle_network_event()
H A Dmesh_access.c830 if (mesh_foundation_relay_get() == 1){ in mesh_access_message_process_handler()
H A Dmesh_configuration_server.c472mesh_foundation_relay_get(), in config_model_relay_status()
498 if (mesh_foundation_relay_get() != MESH_FOUNDATION_STATE_NOT_SUPPORTED){ in config_relay_set_handler()
H A Dmesh.c369 data.relay = mesh_foundation_relay_get(); in mesh_foundation_state_store()