Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h123 } tBTA_GATTC_INT_START_IF; typedef
125 typedef tBTA_GATTC_INT_START_IF tBTA_GATTC_API_DEREG;
126 typedef tBTA_GATTC_INT_START_IF tBTA_GATTC_INT_DEREG;
279 tBTA_GATTC_INT_START_IF int_start_if;
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c199 tBTA_GATTC_INT_START_IF *p_buf; in bta_gattc_register()
229 … if ((p_buf = (tBTA_GATTC_INT_START_IF *) osi_malloc(sizeof(tBTA_GATTC_INT_START_IF))) != NULL) { in bta_gattc_register()