Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanRecord.java232 int serviceUuidLength = BluetoothUuid.UUID_BYTES_16_BIT; in parseFromBytes() local
234 serviceUuidLength = BluetoothUuid.UUID_BYTES_32_BIT; in parseFromBytes()
236 serviceUuidLength = BluetoothUuid.UUID_BYTES_128_BIT; in parseFromBytes()
240 serviceUuidLength); in parseFromBytes()
244 currentPos + serviceUuidLength, dataLength - serviceUuidLength); in parseFromBytes()