Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h89 } tBTA_GATTS_API_CREATE_SRVC; typedef
168 tBTA_GATTS_API_CREATE_SRVC api_create_svc;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c156 tBTA_GATTS_API_CREATE_SRVC *p_buf; in BTA_GATTS_CreateService()
158 …if ((p_buf = (tBTA_GATTS_API_CREATE_SRVC *) osi_malloc(sizeof(tBTA_GATTS_API_CREATE_SRVC))) != NUL… in BTA_GATTS_CreateService()