Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h72 } tBTA_GATTS_API_REG; typedef
166 tBTA_GATTS_API_REG api_reg;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c88 tBTA_GATTS_API_REG *p_buf; in BTA_GATTS_AppRegister()
95 if ((p_buf = (tBTA_GATTS_API_REG *) osi_malloc(sizeof(tBTA_GATTS_API_REG))) != NULL) { in BTA_GATTS_AppRegister()