Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothUuid.java186 public static final int UUID_BYTES_16_BIT = 2; field in BluetoothUuid
262 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT in parseUuidFrom()
278 if (length == UUID_BYTES_16_BIT) { in parseUuidFrom()
308 byte[] uuidBytes = new byte[UUID_BYTES_16_BIT]; in uuidToBytes()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseHelper.java112 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
156 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
181 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java256 dataLength, BluetoothUuid.UUID_BYTES_16_BIT, serviceUuids); in parseFromBytes()
270 BluetoothUuid.UUID_BYTES_16_BIT, serviceSolicitationUuids); in parseFromBytes()
291 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes()
H A DBluetoothLeAdvertiser.java531 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
558 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java591 uuidSize = BluetoothUuid.UUID_BYTES_16_BIT; in parseUuidFromBluetoothRecord()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2131 field public static final int UUID_BYTES_16_BIT = 2; // 0x2
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10896 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I