Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c670 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharValue()
672 …if ((p_buf = (tBTA_GATTC_API_WRITE *) osi_malloc((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_WriteCharValue()
673 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_WriteCharValue()
715 size_t len = sizeof(tBTA_GATTC_API_WRITE); in BTA_GATTC_WriteCharDescr()
716 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_WriteCharDescr()
721 if ((p_buf = (tBTA_GATTC_API_WRITE *) osi_malloc(len)) != NULL) { in BTA_GATTC_WriteCharDescr()
765 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_PrepareWrite()
767 …if ((p_buf = (tBTA_GATTC_API_WRITE *) osi_malloc((UINT16)(sizeof(tBTA_GATTC_API_WRITE) + len))) !=… in BTA_GATTC_PrepareWrite()
768 memset(p_buf, 0, sizeof(tBTA_GATTC_API_WRITE) + len); in BTA_GATTC_PrepareWrite()
808 tBTA_GATTC_API_WRITE *p_buf; in BTA_GATTC_PrepareWriteCharDescr()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h170 } tBTA_GATTC_API_WRITE; typedef
266 tBTA_GATTC_API_WRITE api_write;