Home
last modified time | relevance | path

Searched refs:OnConnectStateChanged (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h60 virtual void OnConnectStateChanged(const BtAddr &addr, const int state, void *context) = 0;
H A Da2dp_service.h81 void OnConnectStateChanged(const BtAddr &addr, const int state, void *context) override;
H A Da2dp_profile.cpp219 a2dpSvcCBack_->OnConnectStateChanged(addr, state, context); in ConnectStateChangedNotify()
H A Da2dp_service.cpp38 void ObserverProfile::OnConnectStateChanged(const BtAddr &addr, const int state, void *context) in OnConnectStateChanged() function in OHOS::bluetooth::ObserverProfile