Home
last modified time | relevance | path

Searched defs:scan_record (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/common/bluetooth/
Dscan_result.h41 const std::vector<uint8_t>& scan_record() const { return scan_record_; } in scan_record() function
Dscan_result.cpp27 const std::vector<uint8_t> scan_record, in ScanResult()
/system/bt/service/common/bluetooth/binder/
Dparcel_helpers.cpp295 std::unique_ptr<std::vector<uint8_t>> scan_record; in CreateScanResultFromParcel() local
/system/bt/service/
Dlow_energy_client.cpp579 std::vector<uint8_t> scan_record(adv_data, adv_data + record_len); in ScanResultCallback() local