Home
last modified time | relevance | path

Searched refs:mesh_foundation_gatt_proxy_get (Results 1 – 7 of 7) sorted by relevance

/btstack/src/mesh/
H A Dmesh_foundation.c61 uint8_t mesh_foundation_gatt_proxy_get(void){ in mesh_foundation_gatt_proxy_get() function
147 if (mesh_foundation_gatt_proxy_get() == 1){ in mesh_foundation_get_features()
H A Dmesh_network.c453 if (mesh_foundation_gatt_proxy_get() != 0){ in mesh_network_message_processed_by_higher_layer()
466 if (mesh_foundation_gatt_proxy_get() != 0){ in mesh_network_message_processed_by_higher_layer()
716 int send_via_gatt = ((mesh_foundation_gatt_proxy_get() != 0) && in mesh_network_run_gatt()
764 …gatt_proxy %u, relay %u\n", network_pdu, network_pdu->flags, mesh_foundation_gatt_proxy_get(), mes… in mesh_network_run_adv()
771 …k_pdu->flags & MESH_NETWORK_PDU_FLAGS_GATT_BEARER) != 0) && (mesh_foundation_gatt_proxy_get() == 1… in mesh_network_run_adv()
927 if (mesh_foundation_gatt_proxy_get() == 0) break; in mesh_network_gatt_bearer_handle_network_event()
H A Dmesh_foundation.h181 uint8_t mesh_foundation_gatt_proxy_get(void);
H A Dbeacon.c240 … if (gatt_bearer_con_handle != HCI_CON_HANDLE_INVALID && mesh_foundation_gatt_proxy_get() != 0){ in mesh_secure_network_beacon_run()
H A Dmesh_access.c822 if (mesh_foundation_gatt_proxy_get() == 1){ in mesh_access_message_process_handler()
H A Dmesh.c364 data.gatt_proxy = mesh_foundation_gatt_proxy_get(); in mesh_foundation_state_store()
H A Dmesh_configuration_server.c432 …_access_setup_message(&mesh_foundation_config_gatt_proxy_status, mesh_foundation_gatt_proxy_get()); in config_model_gatt_proxy_status()