Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_int.h148 }tBTA_GATTS_API_OPEN; typedef
150 typedef tBTA_GATTS_API_OPEN tBTA_GATTS_API_CANCEL_OPEN;
172 tBTA_GATTS_API_OPEN api_open;
Dbta_gatts_api.c473 tBTA_GATTS_API_OPEN *p_buf; in BTA_GATTS_Open()
475 if ((p_buf = (tBTA_GATTS_API_OPEN *) GKI_getbuf(sizeof(tBTA_GATTS_API_OPEN))) != NULL) in BTA_GATTS_Open()