Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothUuid.java193 public static final int UUID_BYTES_32_BIT = 4; field in BluetoothUuid
262 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT in parseUuidFrom()
316 byte[] uuidBytes = new byte[UUID_BYTES_32_BIT]; in uuidToBytes()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseHelper.java114 } else if (uuid.length == BluetoothUuid.UUID_BYTES_32_BIT) { in advertiseDataToBytes()
160 } else if (uuid.length == BluetoothUuid.UUID_BYTES_32_BIT) { in advertiseDataToBytes()
183 } else if (uuid.length == BluetoothUuid.UUID_BYTES_32_BIT) { in advertiseDataToBytes()
/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java261 BluetoothUuid.UUID_BYTES_32_BIT, serviceUuids); in parseFromBytes()
274 BluetoothUuid.UUID_BYTES_32_BIT, serviceSolicitationUuids); in parseFromBytes()
293 serviceUuidLength = BluetoothUuid.UUID_BYTES_32_BIT; in parseFromBytes()
H A DBluetoothLeAdvertiser.java535 size += OVERHEAD_BYTES_PER_FIELD + num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT;
562 size += OVERHEAD_BYTES_PER_FIELD + num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT;
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java595 uuidSize = BluetoothUuid.UUID_BYTES_32_BIT; in parseUuidFromBluetoothRecord()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2132 field public static final int UUID_BYTES_32_BIT = 4; // 0x4
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10897 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I