Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c557 tBTA_GATTC_API_READ_MULTI *p_buf; in BTA_GATTC_ReadMultiple()
559 UINT16 len = (UINT16)(sizeof(tBTA_GATTC_API_READ_MULTI)); in BTA_GATTC_ReadMultiple()
561 if ((p_buf = (tBTA_GATTC_API_READ_MULTI *) osi_malloc(len)) != NULL) { in BTA_GATTC_ReadMultiple()
594 tBTA_GATTC_API_READ_MULTI *p_buf; in BTA_GATTC_ReadMultipleVariable()
595 UINT16 len = (UINT16)(sizeof(tBTA_GATTC_API_READ_MULTI)); in BTA_GATTC_ReadMultipleVariable()
597 if ((p_buf = (tBTA_GATTC_API_READ_MULTI *) osi_malloc(len)) != NULL) { in BTA_GATTC_ReadMultipleVariable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h202 }tBTA_GATTC_API_READ_MULTI; typedef
269 tBTA_GATTC_API_READ_MULTI api_read_multi;