Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c879 tBTA_GATTC_API_CONFIRM *p_buf; in BTA_GATTC_SendIndConfirm()
884 if ((p_buf = (tBTA_GATTC_API_CONFIRM *) osi_malloc(sizeof(tBTA_GATTC_API_CONFIRM))) != NULL) { in BTA_GATTC_SendIndConfirm()
885 memset(p_buf, 0, sizeof(tBTA_GATTC_API_CONFIRM)); in BTA_GATTC_SendIndConfirm()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h180 } tBTA_GATTC_API_CONFIRM; typedef
267 tBTA_GATTC_API_CONFIRM api_confirm;