Searched refs:UUID_BYTES_32_BIT (Results 1 – 7 of 7) sorted by relevance
193 public static final int UUID_BYTES_32_BIT = 4; field in BluetoothUuid262 if (length != UUID_BYTES_16_BIT && length != UUID_BYTES_32_BIT in parseUuidFrom()316 byte[] uuidBytes = new byte[UUID_BYTES_32_BIT]; in uuidToBytes()
114 } 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()
261 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()
535 size += OVERHEAD_BYTES_PER_FIELD + num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT;562 size += OVERHEAD_BYTES_PER_FIELD + num32BitUuids * BluetoothUuid.UUID_BYTES_32_BIT;
595 uuidSize = BluetoothUuid.UUID_BYTES_32_BIT; in parseUuidFromBluetoothRecord()
2132 field public static final int UUID_BYTES_32_BIT = 4; // 0x4
10897 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I