Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java86 public static final int UUID_BYTES_16_BIT = 2; field in BluetoothUuid
247 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT && in parseUuidFrom()
263 if (length == UUID_BYTES_16_BIT) { in parseUuidFrom()
/frameworks/base/core/java/android/bluetooth/le/
DScanRecord.java207 dataLength, BluetoothUuid.UUID_BYTES_16_BIT, serviceUuids); in parseFromBytes()
230 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes()
DBluetoothLeAdvertiser.java194 num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT; in totalBytes()