Home
last modified time | relevance | path

Searched refs:NetworkStateChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.h46 void NetworkStateChanged(const std::string &address, int state) const;
H A Dhfp_hf_profile_event_sender.cpp38 void HfpHfProfileEventSender::NetworkStateChanged(const std::string &address, int state) const in NetworkStateChanged() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp523 sender.NetworkStateChanged(dataConn.remoteAddr_, value); in ProcessIndicator()