Searched refs:HfpAgSmInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.h | 159 struct HfpAgSmInfo { struct 160 HfpAgSmInfo(const std::string &name, utility::StateMachine& statemachine) in HfpAgSmInfo() function 167 HfpAgState(HfpAgSmInfo stu, HfpAgProfile &profile, in HfpAgState() argument 264 …: HfpAgState(HfpAgSmInfo(name, statemachine), profile, eventDispatch, HFP_AG_AUDIO_STATE_CONNECTIN… in HfpAgAudioConnecting() 276 …: HfpAgState(HfpAgSmInfo(name, statemachine), profile, eventDispatch, HFP_AG_AUDIO_STATE_DISCONNEC… in HfpAgAudioDisconnecting() 288 …: HfpAgState(HfpAgSmInfo(name, statemachine), profile, eventDispatch, HFP_AG_AUDIO_STATE_CONNECTED… in HfpAgAudioConnected()
|