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

  /system/bt/bta/gatt/
bta_gattc_api.c 264 ** p_srvc_uuid: a UUID of the service application is interested in.
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
282 if (p_srvc_uuid)
284 p_buf->p_srvc_uuid = (tBT_UUID *)(p_buf + 1);
285 memcpy(p_buf->p_srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID));
288 p_buf->p_srvc_uuid = NULL;
    [all...]
bta_gattc_int.h 174 tBT_UUID *p_srvc_uuid; member in struct:__anon68672
bta_gattc_act.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 941 tBT_UUID *p_srvc_uuid; member in struct:__anon68651
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 738 ** p_srvc_uuid: a UUID of the service application is interested in.
744 extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
    [all...]

Completed in 207 milliseconds