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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 525 tBTA_GATTC_API_READ *p_buf;
527 if ((p_buf = (tBTA_GATTC_API_READ *) GKI_getbuf(sizeof(tBTA_GATTC_API_READ))) != NULL)
529 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ));
559 tBTA_GATTC_API_READ *p_buf;
561 if ((p_buf = (tBTA_GATTC_API_READ *) GKI_getbuf(sizeof(tBTA_GATTC_API_READ))) != NULL)
563 memset(p_buf, 0, sizeof(tBTA_GATTC_API_READ));
    [all...]
bta_gattc_int.h 128 } tBTA_GATTC_API_READ;
187 tBTA_GATTC_API_READ api_read;

Completed in 20 milliseconds