Home
last modified time | relevance | path

Searched refs:parseUuidFrom (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DUuidConstants.java30 public static final ParcelUuid FIRA_CP_PARCEL_UUID = BluetoothUuid.parseUuidFrom(FIRA_CP_UUID);
31 public static final ParcelUuid FIRA_CS_PARCEL_UUID = BluetoothUuid.parseUuidFrom(FIRA_CS_UUID);
45 public static final ParcelUuid CCCD_UUID = BluetoothUuid.parseUuidFrom(new byte[] {0x29, 0x02});
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DBluetoothUuidTest.java39 assertThat(BluetoothUuid.parseUuidFrom(uuid16)) in testUuid16Parser()
46 assertThat(BluetoothUuid.parseUuidFrom(uuid32)) in testUuid32Parser()
71 assertThat(BluetoothUuid.parseUuidFrom(uuid128)) in testUuid128Parser()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanRecord.java628 BluetoothUuid.parseUuidFrom(serviceDataUuidBytes); in parseFromBytes()
733 serviceUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes)); in parseServiceUuid()
749 serviceSolicitationUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes)); in parseServiceSolicitationUuid()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUuid.java442 public static ParcelUuid parseUuidFrom(@Nullable byte[] uuidBytes) { in parseUuidFrom() method in BluetoothUuid
/packages/modules/Nfc/NfcNci/src/com/android/nfc/handover/
DHandoverDataParser.java638 uuids[i] = BluetoothUuid.parseUuidFrom(data); in parseUuidFromBluetoothRecord()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportServerProviderTest.java121 BluetoothUuid.parseUuidFrom(new byte[] {0x00, 0x01}).getUuid();
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1230 method @NonNull public static android.os.ParcelUuid parseUuidFrom(@Nullable byte[]);