Searched refs:parseUuidFrom (Results 1 – 7 of 7) sorted by relevance
30 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});
39 assertThat(BluetoothUuid.parseUuidFrom(uuid16)) in testUuid16Parser()46 assertThat(BluetoothUuid.parseUuidFrom(uuid32)) in testUuid32Parser()71 assertThat(BluetoothUuid.parseUuidFrom(uuid128)) in testUuid128Parser()
628 BluetoothUuid.parseUuidFrom(serviceDataUuidBytes); in parseFromBytes()733 serviceUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes)); in parseServiceUuid()749 serviceSolicitationUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes)); in parseServiceSolicitationUuid()
442 public static ParcelUuid parseUuidFrom(@Nullable byte[] uuidBytes) { in parseUuidFrom() method in BluetoothUuid
638 uuids[i] = BluetoothUuid.parseUuidFrom(data); in parseUuidFromBluetoothRecord()
121 BluetoothUuid.parseUuidFrom(new byte[] {0x00, 0x01}).getUuid();
1230 method @NonNull public static android.os.ParcelUuid parseUuidFrom(@Nullable byte[]);