Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1887 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); 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()
1910 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); in bta_gattc_process_api_cache_assoc()
1917 (*p_clrcb->p_cback)(BTA_GATTC_ASSOC_EVT, &gattc_cb); in bta_gattc_process_api_cache_assoc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h185 #define BTA_GATTC_ASSOC_EVT 39 /* GATTC association address event */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c1022 case BTA_GATTC_ASSOC_EVT: { in btc_gattc_cb_handler()