Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_sub_statemachine.cpp659 std::string btpanIpv4Addr = configuration_->GetBtpanIpv4Addr(); in GetBtDestinationAddr() local
660 if (btpanIpv4Addr.empty()) { in GetBtDestinationAddr()
664 std::string::size_type dotPos = btpanIpv4Addr.rfind("."); in GetBtDestinationAddr()
675 addrStr = btpanIpv4Addr.substr(0, dotPos) + routeSuffix; in GetBtDestinationAddr()

Completed in 2 milliseconds