Searched refs:GetBluetoothScanInfo (Results 1 – 2 of 2) sorted by relevance
/base/location/interfaces/inner_api/include/ |
D | locating_required_data.h | 55 inline std::shared_ptr<BluetoothScanInfo> GetBluetoothScanInfo() const in GetBluetoothScanInfo() function
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 196 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()
|