Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c70 static future_t *gatts_future_mesh; variable
542 future_ready(gatts_future_mesh, FUTURE_SUCCESS); in bt_mesh_bta_gatts_cb()
544 future_ready(gatts_future_mesh, FUTURE_FAIL); in bt_mesh_bta_gatts_cb()
602 BT_DBG("svc_handle %d, gatts_future_mesh %p", svc_handle, gatts_future_mesh); in bt_mesh_bta_gatts_cb()
603 if (gatts_future_mesh != NULL) { in bt_mesh_bta_gatts_cb()
604 future_ready(gatts_future_mesh, FUTURE_SUCCESS); in bt_mesh_bta_gatts_cb()
609 if (gatts_future_mesh != NULL) { in bt_mesh_bta_gatts_cb()
610 future_ready(gatts_future_mesh, FUTURE_SUCCESS); in bt_mesh_bta_gatts_cb()
615 if (gatts_future_mesh != NULL) { in bt_mesh_bta_gatts_cb()
616 future_ready(gatts_future_mesh, FUTURE_SUCCESS); in bt_mesh_bta_gatts_cb()
[all …]