Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUuid.java370 @SystemApi public static final int UUID_BYTES_16_BIT = 2; field in BluetoothUuid
439 if (length != UUID_BYTES_16_BIT in parseUuidFrom()
456 if (length == UUID_BYTES_16_BIT) { in parseUuidFrom()
485 byte[] uuidBytes = new byte[UUID_BYTES_16_BIT]; in uuidToBytes()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseHelper.java115 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
162 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
189 if (uuid.length == BluetoothUuid.UUID_BYTES_16_BIT) { in advertiseDataToBytes()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanRecord.java565 BluetoothUuid.UUID_BYTES_16_BIT, in parseFromBytes()
591 BluetoothUuid.UUID_BYTES_16_BIT, in parseFromBytes()
620 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes()
DBluetoothLeAdvertiser.java667 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
695 size += OVERHEAD_BYTES_PER_FIELD + num16BitUuids * BluetoothUuid.UUID_BYTES_16_BIT;
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java590 uuidSize = BluetoothUuid.UUID_BYTES_16_BIT; in parseUuidFromBluetoothRecord()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1109 field public static final int UUID_BYTES_16_BIT = 2; // 0x2
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1089 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_16_BIT:I