Home | History | Annotate | Download | only in gatt

Lines Matching refs:extractBytes

1083             byte[] record = extractBytes(batchRecord, i * TRUNCATED_RESULT_SIZE,
1085 byte[] address = extractBytes(record, 0, 6);
1089 long timestampNanos = now - parseTimestampNanos(extractBytes(record, 9, 2));
1109 byte[] address = extractBytes(batchRecord, position, 6);
1119 long timestampNanos = now - parseTimestampNanos(extractBytes(batchRecord, position, 2));
1124 byte[] advertiseBytes = extractBytes(batchRecord, position, advertisePacketLen);
1127 byte[] scanResponseBytes = extractBytes(batchRecord, position, scanResponsePacketLen);
1151 private static byte[] extractBytes(byte[] scanRecord, int start, int length) {