Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c222 tBTA_GATTS_API_ADD_CHAR *p_buf; in BTA_GATTS_AddCharacteristic()
227 if ((p_buf = (tBTA_GATTS_API_ADD_CHAR *) osi_malloc(sizeof(tBTA_GATTS_API_ADD_CHAR))) != NULL) { in BTA_GATTS_AddCharacteristic()
228 memset(p_buf, 0, sizeof(tBTA_GATTS_API_ADD_CHAR)); in BTA_GATTS_AddCharacteristic()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h98 } tBTA_GATTS_API_ADD_CHAR; typedef
170 tBTA_GATTS_API_ADD_CHAR api_add_char;