Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h119 } tBTA_GATTS_API_INDICATION; typedef
173 tBTA_GATTS_API_INDICATION api_indicate;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c414 tBTA_GATTS_API_INDICATION *p_buf; in BTA_GATTS_HandleValueIndication()
415 UINT16 len = sizeof(tBTA_GATTS_API_INDICATION); in BTA_GATTS_HandleValueIndication()
417 if ((p_buf = (tBTA_GATTS_API_INDICATION *) osi_malloc(len)) != NULL) { in BTA_GATTS_HandleValueIndication()