Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanRecord.java620 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes() local
622 serviceUuidLength = BluetoothUuid.UUID_BYTES_32_BIT; in parseFromBytes()
624 serviceUuidLength = BluetoothUuid.UUID_BYTES_128_BIT; in parseFromBytes()
628 extractBytes(scanRecord, currentPos, serviceUuidLength); in parseFromBytes()
634 currentPos + serviceUuidLength, in parseFromBytes()
635 dataLength - serviceUuidLength); in parseFromBytes()