Searched defs:TRUNCATED_RESULT_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java89 private static final int TRUNCATED_RESULT_SIZE = 11; field in class:GattService
1305 byte[] record = extractBytes(batchRecord, i * TRUNCATED_RESULT_SIZE,
1306 TRUNCATED_RESULT_SIZE);

Completed in 63 milliseconds