Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c126 } gatt_svc = MESH_GATT_NONE; variable
715 if (gatt_svc == MESH_GATT_PROV) { in bt_mesh_proxy_prov_enable()
719 if (gatt_svc != MESH_GATT_NONE) { in bt_mesh_proxy_prov_enable()
724 gatt_svc = MESH_GATT_PROV; in bt_mesh_proxy_prov_enable()
742 if (gatt_svc == MESH_GATT_NONE) { in bt_mesh_proxy_prov_disable()
746 if (gatt_svc != MESH_GATT_PROV) { in bt_mesh_proxy_prov_disable()
751 gatt_svc = MESH_GATT_NONE; in bt_mesh_proxy_prov_disable()
838 if (gatt_svc != MESH_GATT_NONE) { in bt_mesh_proxy_gatt_enable()
843 gatt_svc = MESH_GATT_PROXY; in bt_mesh_proxy_gatt_enable()
874 if (gatt_svc == MESH_GATT_NONE) { in bt_mesh_proxy_gatt_disable()
[all …]

Completed in 5 milliseconds