Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp245 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTING)); in Connect()
270 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTING)); in Disconnect()
1814 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTING)); in ProcessChannelEventConnectIndEvt()
1858 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectIndEvt()
1863 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTING)); in ProcessChannelEventDisconnectIndEvt()
1870 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectIndEvt()
1903 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectCfmEvt()
1924 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventBrConnectIndEvt()
1946 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventBrConnectCfmEvt()
1967 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventConnectCfmEvt()
[all …]
H A Davrcp_tg_profile.h55 std::function<void(const RawAddress &rawAddr, int state)> onConnectionStateChanged; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp249 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTING)); in Connect()
266 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTING)); in Disconnect()
2042 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventConnectIndEvt()
2069 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventConnectCfmEvt()
2074 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventConnectCfmEvt()
2087 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTING)); in ProcessChannelEventDisconnectIndEvt()
2090 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectIndEvt()
2109 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectCfmEvt()
2116 … myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::DISCONNECTED)); in ProcessChannelEventDisconnectCfmEvt()
2141 myObserver_->onConnectionStateChanged(rawAddr, static_cast<int>(BTConnectState::CONNECTED)); in ProcessChannelEventBrConnectIndEvt()
[all …]
H A Davrcp_ct_profile.h50 std::function<void(const RawAddress &rawAddr, int state)> onConnectionStateChanged; member