HomeSort by relevance Sort by last modified time
    Searched defs:ScanRecord (Results 1 - 12 of 12) sorted by null

  /system/chre/apps/wifi_offload/
scan_record.cc 21 ScanRecord::ScanRecord()
26 bool ScanRecord::operator==(const ScanRecord &other) const {
35 flatbuffers::Offset<ScanRecord::FbsType> ScanRecord::Serialize(
41 bool ScanRecord::Deserialize(const ScanRecord::FbsType &fbs_record) {
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
scan_record.h 26 class ScanRecord {
30 using FbsType = fbs::ScanRecord;
32 ScanRecord();
33 ~ScanRecord() = default;
35 bool operator==(const ScanRecord &other) const;
37 flatbuffers::Offset<ScanRecord::FbsType> Serialize(
40 bool Deserialize(const ScanRecord::FbsType &fbs_record);
45 * may be combined together into a single ScanRecord by adding up values to
  /frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java 34 public final class ScanRecord {
36 private static final String TAG = "ScanRecord";
152 private ScanRecord(List<ParcelUuid> serviceUuids,
167 * Parse scan record bytes to {@link ScanRecord}.
174 * @param scanRecord The scan record of Bluetooth LE advertisement and/or scan response.
177 public static ScanRecord parseFromBytes(byte[] scanRecord) {
178 if (scanRecord == null) {
192 while (currentPos < scanRecord.length) {
194 int length = scanRecord[currentPos++] & 0xFF
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 106 milliseconds