Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java85 private static final int TRUNCATED_RESULT_SIZE = 11; field in GattService
997 byte[] record = extractBytes(batchRecord, i * TRUNCATED_RESULT_SIZE, in parseTruncatedResults()
998 TRUNCATED_RESULT_SIZE); in parseTruncatedResults()