Searched refs:ConnectStateChangedNotify (Results 1 - 3 of 3) sorted by relevance
/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() 196 profile->ConnectStateChangedNotify(msgData.configRsp.addr, STREAM_CONNECTING, static_cast<void *>(¶m)); in ProcessSetConfigInd() 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() 373 profile->ConnectStateChangedNotify(msgData.stream.addr, STREAM_CONNECT, static_cast<void *>(¶m)); in ProcessOpenInd() 510 profile->ConnectStateChangedNotify(msgData.stream.addr, STREAM_CONNECT_FAILED, static_cast<void *>(¶m)); in ProcessOpenCfm() 520 profile->ConnectStateChangedNotify(msgDat in ProcessOpenCfm() [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()
|
Completed in 4 milliseconds