Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java283 extractBytes(scanRecord, currentPos, dataLength)); in parseFromBytes()
298 byte[] serviceDataUuidBytes = extractBytes(scanRecord, currentPos, in parseFromBytes()
302 byte[] serviceDataArray = extractBytes(scanRecord, in parseFromBytes()
311 byte[] manufacturerDataBytes = extractBytes(scanRecord, currentPos + 2, in parseFromBytes()
349 byte[] uuidBytes = extractBytes(scanRecord, currentPos, in parseServiceUuid()
364 byte[] uuidBytes = extractBytes(scanRecord, currentPos, uuidLength); in parseServiceSolicitationUuid()
373 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { in extractBytes() method in ScanRecord
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2001 extractBytes(batchRecord, i * TRUNCATED_RESULT_SIZE, TRUNCATED_RESULT_SIZE); in parseTruncatedResults()
2002 byte[] address = extractBytes(record, 0, 6); in parseTruncatedResults()
2006 long timestampNanos = now - parseTimestampNanos(extractBytes(record, 9, 2)); in parseTruncatedResults()
2028 byte[] address = extractBytes(batchRecord, position, 6); in parseFullResults()
2038 long timestampNanos = now - parseTimestampNanos(extractBytes(batchRecord, position, 2)); in parseFullResults()
2043 byte[] advertiseBytes = extractBytes(batchRecord, position, advertisePacketLen); in parseFullResults()
2046 byte[] scanResponseBytes = extractBytes(batchRecord, position, scanResponsePacketLen); in parseFullResults()
2072 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { in extractBytes() method in GattService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12458 Landroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B