Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothUuid.java86 public static final int UUID_BYTES_32_BIT = 4; field in BluetoothUuid
242 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT && in parseUuidFrom()
/frameworks/base/core/java/android/bluetooth/le/
DScanRecord.java212 BluetoothUuid.UUID_BYTES_32_BIT, serviceUuids); in parseFromBytes()
DBluetoothLeAdvertiser.java200 num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT; in totalBytes()