Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_srvc_uuid

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));