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

  /system/bt/bta/gatt/
bta_gattc_api.c 565 tBTA_GATTC_API_READ *p_buf;
567 if ((p_buf = (tBTA_GATTC_API_READ *) GKI_getbuf(sizeof(tBTA_GATTC_API_READ))) != NULL)
569 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ));
600 tBTA_GATTC_API_READ *p_buf;
601 UINT16 len = (UINT16)(sizeof(tBTA_GATT_ID) + sizeof(tBTA_GATTC_API_READ));
603 if ((p_buf = (tBTA_GATTC_API_READ *) GKI_getbuf(len)) != NULL)
605 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ));
    [all...]
bta_gattc_int.h 133 } tBTA_GATTC_API_READ;
224 tBTA_GATTC_API_READ api_read;

Completed in 26 milliseconds