Home
last modified time | relevance | path

Searched refs:UUID_BYTES_128_BIT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java90 public static final int UUID_BYTES_128_BIT = 16; field in BluetoothUuid
248 length != UUID_BYTES_128_BIT) { in parseUuidFrom()
253 if (length == UUID_BYTES_128_BIT) { in parseUuidFrom()
312 byte[] uuidBytes = new byte[UUID_BYTES_128_BIT]; in uuidToBytes()
/frameworks/base/core/java/android/bluetooth/le/
DScanRecord.java219 BluetoothUuid.UUID_BYTES_128_BIT, serviceUuids); in parseFromBytes()
236 serviceUuidLength = BluetoothUuid.UUID_BYTES_128_BIT; in parseFromBytes()
DBluetoothLeAdvertiser.java503 num128BitUuids * BluetoothUuid.UUID_BYTES_128_BIT;