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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 227 ** p_srvc_uuid: a UUID of the service application is interested in.
233 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
245 if (p_srvc_uuid)
247 memcpy(&p_buf->srvc_uuid, p_srvc_uuid, sizeof(tBT_UUID));
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 814 tBT_UUID *p_srvc_uuid; member in struct:__anon2489
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 663 ** p_srvc_uuid: a UUID of the service application is interested in.
669 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
    [all...]

Completed in 43 milliseconds