Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c494 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_ReadCharacteristic()
496 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(sizeof(tBTA_GATTC_API_READ))) != NULL) { in BTA_GATTC_ReadCharacteristic()
497 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharacteristic()
524 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_ReadCharDescr()
525 UINT16 len = (UINT16)(sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharDescr()
527 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(len)) != NULL) { in BTA_GATTC_ReadCharDescr()
528 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_ReadCharDescr()
630 tBTA_GATTC_API_READ *p_buf; in BTA_GATTC_Read_by_type()
632 if ((p_buf = (tBTA_GATTC_API_READ *) osi_malloc(sizeof(tBTA_GATTC_API_READ))) != NULL) { in BTA_GATTC_Read_by_type()
633 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ)); in BTA_GATTC_Read_by_type()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h159 } tBTA_GATTC_API_READ; typedef
264 tBTA_GATTC_API_READ api_read;