Searched refs:ConnectStateChangedNotify (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.cpp | 103 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectCfm() 123 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectReq() 151 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() 238 profile->ConnectStateChangedNotify(addr, STREAM_CONNECT_FAILED, (void *)¶m); in ProcessDiscoverReq() 259 profile->ConnectStateChangedNotify(addr, STREAM_CONNECT_FAILED, (void *)¶m); in ProcessSDPFailure() 355 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() 551 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() 706 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() 1002 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() 1115 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectInd() [all …]
|
H A D | a2dp_profile.h | 411 void ConnectStateChangedNotify(const BtAddr &addr, const int state, void *context);
|
H A D | a2dp_profile.cpp | 198 void A2dpProfile::ConnectStateChangedNotify(const BtAddr &addr, const int state, void *context) in ConnectStateChangedNotify() function in OHOS::bluetooth::A2dpProfile 618 ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessSDPCallback()
|