Searched refs:gatt_svc (Results 1 – 1 of 1) sorted by relevance
107 } gatt_svc = MESH_GATT_NONE; variable744 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 …]