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