Searched refs:extractBytes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanRecord.java | 259 extractBytes(scanRecord, currentPos, dataLength)); in parseFromBytes() 274 byte[] serviceDataUuidBytes = extractBytes(scanRecord, currentPos, in parseFromBytes() 278 byte[] serviceDataArray = extractBytes(scanRecord, in parseFromBytes() 287 byte[] manufacturerDataBytes = extractBytes(scanRecord, currentPos + 2, in parseFromBytes() 325 byte[] uuidBytes = extractBytes(scanRecord, currentPos, in parseServiceUuid() 340 byte[] uuidBytes = extractBytes(scanRecord, currentPos, uuidLength); in parseServiceSolicitationUuid() 349 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { in extractBytes() method in ScanRecord
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 41257 HSPLandroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B
|
D | hiddenapi-greylist-max-o.txt | 12467 Landroid/bluetooth/le/ScanRecord;->extractBytes([BII)[B
|