Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanRecord.java553 byte[] advertisingData = extractBytes(scanRecord, currentPos, dataLength); in parseFromBytes()
612 localName = new String(extractBytes(scanRecord, currentPos, dataLength)); in parseFromBytes()
628 extractBytes(scanRecord, currentPos, serviceUuidLength); in parseFromBytes()
632 extractBytes( in parseFromBytes()
645 extractBytes(scanRecord, currentPos + 2, dataLength - 2); in parseFromBytes()
665 extractBytes(scanRecord, currentPos - 1, dataLength + 1); in parseFromBytes()
738 byte[] uuidBytes = extractBytes(scanRecord, currentPos, uuidLength); in parseServiceUuid()
754 byte[] uuidBytes = extractBytes(scanRecord, currentPos, uuidLength); in parseServiceSolicitationUuid()
763 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { in extractBytes() method in ScanRecord
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothUtils.java56 private static byte[] extractBytes(byte[] rawBytes, int start, int length) { in extractBytes() method in BluetoothUtils
125 byte[] value = extractBytes(rawBytes, currentPos, dataLength); in parseLengthTypeValueBytes()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java842 extractBytes(batchRecord, i * TRUNCATED_RESULT_SIZE, TRUNCATED_RESULT_SIZE); in parseTruncatedResults()
843 byte[] address = extractBytes(record, 0, 6); in parseTruncatedResults()
847 long timestampNanos = now - parseTimestampNanos(extractBytes(record, 9, 2)); in parseTruncatedResults()
868 byte[] address = extractBytes(batchRecord, position, 6); in parseFullResults()
878 long timestampNanos = now - parseTimestampNanos(extractBytes(batchRecord, position, 2)); in parseFullResults()
883 byte[] advertiseBytes = extractBytes(batchRecord, position, advertisePacketLen); in parseFullResults()
886 byte[] scanResponseBytes = extractBytes(batchRecord, position, scanResponsePacketLen); in parseFullResults()
911 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { in extractBytes() method in TransitionalScanHelper
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2651 Landroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B