HomeSort by relevance Sort by last modified time
    Searched full:tmp_uuid (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/lib/
sdp.c 200 uuid_t tmp_uuid; local
202 memcpy(&tmp_uuid, uuid, sizeof(tmp_uuid));
204 if (sdp_uuid128_to_uuid(&tmp_uuid)) {
205 switch (tmp_uuid.type) {
207 return string_lookup(pt0, tmp_uuid.value.uuid16);
209 return string_lookup(pt0, tmp_uuid.value.uuid32);
    [all...]

Completed in 115 milliseconds