Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c107 } gatt_svc = MESH_GATT_NONE; variable
744 if (gatt_svc == MESH_GATT_PROV) { in bt_mesh_proxy_server_prov_enable()
749 if (gatt_svc != MESH_GATT_NONE) { in bt_mesh_proxy_server_prov_enable()
755 gatt_svc = MESH_GATT_PROV; in bt_mesh_proxy_server_prov_enable()
774 if (gatt_svc == MESH_GATT_NONE) { in bt_mesh_proxy_server_prov_disable()
779 if (gatt_svc != MESH_GATT_PROV) { in bt_mesh_proxy_server_prov_disable()
785 gatt_svc = MESH_GATT_NONE; in bt_mesh_proxy_server_prov_disable()
882 if (gatt_svc == MESH_GATT_PROXY) { in bt_mesh_proxy_server_gatt_enable()
887 if (gatt_svc != MESH_GATT_NONE) { in bt_mesh_proxy_server_gatt_enable()
893 gatt_svc = MESH_GATT_PROXY; in bt_mesh_proxy_server_gatt_enable()
[all …]