Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h453 void ScoStateChanged(const std::string &address, int fromState, int toState);
H A Dhfp_ag_statemachine.cpp114 service->ScoStateChanged(address_, preState_, toState); in NotifyStateTransitions()
137 service->ScoStateChanged(address_, fromState, toState); in NotifyChildStateToParentState()
H A Dhfp_ag_service.cpp949 void HfpAgService::ScoStateChanged(const std::string &address, int fromState, int toState) in ScoStateChanged() function in OHOS::bluetooth::HfpAgService