Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c127 case BTA_GATTC_READ_MULTIPLE_EVT: in btc_gattc_copy_req_data()
164 case BTA_GATTC_READ_MULTIPLE_EVT: in btc_gattc_free_req_data()
880 case BTA_GATTC_READ_MULTIPLE_EVT: { in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h183 #define BTA_GATTC_READ_MULTIPLE_EVT 37 /* GATTC Read multiple event */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c568 p_buf->cmpl_evt = BTA_GATTC_READ_MULTIPLE_EVT; in BTA_GATTC_ReadMultiple()