Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c277 tBTA_GATTS_API_ADD_DESCR *p_buf; in BTA_GATTS_AddCharDescriptor()
280 … if ((p_buf = (tBTA_GATTS_API_ADD_DESCR *) osi_malloc(sizeof(tBTA_GATTS_API_ADD_DESCR))) != NULL) { in BTA_GATTS_AddCharDescriptor()
281 memset(p_buf, 0, sizeof(tBTA_GATTS_API_ADD_DESCR)); in BTA_GATTS_AddCharDescriptor()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h111 } tBTA_GATTS_API_ADD_DESCR; typedef
171 tBTA_GATTS_API_ADD_DESCR api_add_char_descr;