Searched refs:UUID_BYTES_32_BIT (Results 1 – 5 of 5) 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()
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;
2126 field public static final int UUID_BYTES_32_BIT = 4; // 0x4
10897 Landroid/bluetooth/BluetoothUuid;->UUID_BYTES_32_BIT:I