Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1877 tBTA_GATTC gattc_cb = {0}; in bta_gattc_process_api_cache_assoc() local
1878 gattc_cb.set_assoc.client_if = p_msg->api_assoc.client_if; in bta_gattc_process_api_cache_assoc()
1885 gattc_cb.set_assoc.status = BTA_GATT_BUSY; in bta_gattc_process_api_cache_assoc()
1887 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); in bta_gattc_process_api_cache_assoc()
1895 gattc_cb.set_assoc.status = BTA_GATT_OK; in bta_gattc_process_api_cache_assoc()
1898 gattc_cb.set_assoc.status = BTA_GATT_ERROR; in bta_gattc_process_api_cache_assoc()
1900 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); in bta_gattc_process_api_cache_assoc()
1906 gattc_cb.set_assoc.status = BTA_GATT_OK; in bta_gattc_process_api_cache_assoc()
1908 gattc_cb.set_assoc.status = BTA_GATT_ERROR; in bta_gattc_process_api_cache_assoc()
1910 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); in bta_gattc_process_api_cache_assoc()
[all …]