HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTS_API_RSP (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 131 }tBTA_GATTS_API_RSP;
169 tBTA_GATTS_API_RSP api_rsp;
bta_gatts_api.c 424 tBTA_GATTS_API_RSP *p_buf;
425 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
427 if ((p_buf = (tBTA_GATTS_API_RSP *) GKI_getbuf(len)) != NULL)

Completed in 30 milliseconds