Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.h49 class ObserverProfile : public A2dpProfileObserver { class
52 * @brief A constructor used to create an <b>ObserverProfile</b> instance.
57 explicit ObserverProfile(uint8_t role);
60 * @brief A constructor used to create an <b>ObserverProfile</b> instance.
64 ObserverProfile() in ObserverProfile() function in OHOS::bluetooth::ObserverProfile
68 * @brief A desstructor used to create an <b>ObserverProfile</b> instance.
72 ~ObserverProfile() override = default;
629 ObserverProfile profileObserver_ {}; // Observer pointer of profile.
H A Da2dp_service.cpp33 ObserverProfile::ObserverProfile(uint8_t role) in ObserverProfile() function in OHOS::bluetooth::ObserverProfile
38 void ObserverProfile::OnConnectStateChanged(const BtAddr &addr, const int state, void *context) in OnConnectStateChanged()
40 LOG_INFO("[ObserverProfile] %{public}s: state[%{public}d] role[%u]\n", __func__, state, role_); in OnConnectStateChanged()
46 LOG_INFO("[ObserverProfile] %{public}s Can't get the instance of service\n", __func__); in OnConnectStateChanged()
66 LOG_INFO("[ObserverProfile] %{public}s Remove the active device\n", __func__); in OnConnectStateChanged()
72 LOG_INFO("[ObserverProfile] %{public}s Add the active device\n", __func__); in OnConnectStateChanged()
86 void ObserverProfile::ProcessA2dpHdfLoad(const int state) const in ProcessA2dpHdfLoad()
88 LOG_INFO("[ObserverProfile] %{public}s state:%{public}d \n", __func__, state); in ProcessA2dpHdfLoad()
92 LOG_ERROR("[ObserverProfile] in ProcessA2dpHdfLoad()
[all...]

Completed in 2 milliseconds