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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 243 tBTA_GATTC_API_SEARCH *p_buf;
244 UINT16 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID);
246 if ((p_buf = (tBTA_GATTC_API_SEARCH *) GKI_getbuf(len)) != NULL)
    [all...]
bta_gattc_int.h 173 }tBTA_GATTC_API_SEARCH;
215 tBTA_GATTC_API_SEARCH api_search;
bta_gattc_utils.c 440 len = sizeof(tBTA_GATTC_API_SEARCH) + sizeof(tBT_UUID);
444 len = sizeof(tBTA_GATTC_API_SEARCH);
452 memcpy(p_clcb->p_q_cmd, p_data, sizeof(tBTA_GATTC_API_SEARCH));
455 tBTA_GATTC_API_SEARCH *p_buf;
    [all...]

Completed in 30 milliseconds