Home
last modified time | relevance | path

Searched refs:GetBluetoothScanInfo (Results 1 – 2 of 2) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocating_required_data.h55 inline std::shared_ptr<BluetoothScanInfo> GetBluetoothScanInfo() const in GetBluetoothScanInfo() function
/base/location/frameworks/native/source/
Dnapi_util.cpp196 replyList[i]->GetBluetoothScanInfo()->GetDeviceName().c_str(), blueToothObj); in LocatingRequiredDataToJsObj()
197 …SetValueUtf8String(env, "macAddress", replyList[i]->GetBluetoothScanInfo()->GetMac().c_str(), blue… in LocatingRequiredDataToJsObj()
198 SetValueInt64(env, "rssi", replyList[i]->GetBluetoothScanInfo()->GetRssi(), blueToothObj); in LocatingRequiredDataToJsObj()
199 …SetValueInt64(env, "timestamp", replyList[i]->GetBluetoothScanInfo()->GetTimeStamp(), blueToothObj… in LocatingRequiredDataToJsObj()