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.java93 public static final int UUID_BYTES_128_BIT = 16; field in BluetoothUuid
256 && length != UUID_BYTES_128_BIT) { in parseUuidFrom()
261 if (length == UUID_BYTES_128_BIT) { in parseUuidFrom()
320 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.java500 + num128BitUuids * BluetoothUuid.UUID_BYTES_128_BIT;