Home
last modified time | relevance | path

Searched refs:byteArrayToUuid (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java192 ParcelUuid uuid = Utils.byteArrayToUuid(uuidBytes)[0]; in getSearchInstance()
277 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpMasRecordFoundCallback()
306 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpMnsRecordFoundCallback()
336 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpPseRecordFoundCallback()
366 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpOppOpsRecordFoundCallback()
391 if (D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpSapsRecordFoundCallback()
415 if(D) Log.d(TAG, "UUID in parcel: " + ((Utils.byteArrayToUuid(uuid))[0]).toString()); in sdpRecordFoundCallback()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java137 public static ParcelUuid[] byteArrayToUuid(byte[] val) { in byteArrayToUuid() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java284 device.mUuids = Utils.byteArrayToUuid(val); in devicePropertyChangedCallback()
DAdapterProperties.java508 mUuids = Utils.byteArrayToUuid(val); in adapterPropertyChangedCallback()