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

  /system/bt/service/common/bluetooth/
scan_result.h 31 const std::vector<uint8_t>& scan_record, int rssi);
40 const std::vector<uint8_t>& scan_record() const { return scan_record_; } function in class:bluetooth::ScanResult
  /system/bt/service/
low_energy_scanner.cc 153 std::vector<uint8_t> scan_record(adv_data.begin(),
156 ScanResult result(BtAddrString(&bda), scan_record, rssi); local

Completed in 144 milliseconds