Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
H A Dlocating_required_data.h55 inline std::shared_ptr<BluetoothScanInfo> GetBluetoothScanInfo() const in GetBluetoothScanInfo() function in OHOS::Location::LocatingRequiredData
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp240 replyList[i]->GetBluetoothScanInfo()->GetDeviceName().c_str(), blueToothObj); in LocatingRequiredDataToJsObj()
241 SetValueUtf8String(env, "macAddress", replyList[i]->GetBluetoothScanInfo()->GetMac().c_str(), blueToothObj); in LocatingRequiredDataToJsObj()
242 SetValueInt64(env, "rssi", replyList[i]->GetBluetoothScanInfo()->GetRssi(), blueToothObj); in LocatingRequiredDataToJsObj()
243 SetValueInt64(env, "timestamp", replyList[i]->GetBluetoothScanInfo()->GetTimeStamp(), blueToothObj); in LocatingRequiredDataToJsObj()

Completed in 3 milliseconds