Home
last modified time | relevance | path

Searched refs:ConnectStateChangedNotify (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.cpp103 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectCfm()
123 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectReq()
151 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
196 profile->ConnectStateChangedNotify(msgData.configRsp.addr, STREAM_CONNECTING, static_cast<void *>(&param)); in ProcessSetConfigInd()
238 profile->ConnectStateChangedNotify(addr, STREAM_CONNECT_FAILED, (void *)&param); in ProcessDiscoverReq()
259 profile->ConnectStateChangedNotify(addr, STREAM_CONNECT_FAILED, (void *)&param); in ProcessSDPFailure()
355 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
373 profile->ConnectStateChangedNotify(msgData.stream.addr, STREAM_CONNECT, static_cast<void *>(&param)); in ProcessOpenInd()
510 profile->ConnectStateChangedNotify(msgData.stream.addr, STREAM_CONNECT_FAILED, static_cast<void *>(&param)); in ProcessOpenCfm()
520 profile->ConnectStateChangedNotify(msgDat in ProcessOpenCfm()
[all...]
H A Da2dp_profile.h411 void ConnectStateChangedNotify(const BtAddr &addr, const int state, void *context);
H A Da2dp_profile.cpp198 void A2dpProfile::ConnectStateChangedNotify(const BtAddr &addr, const int state, void *context) in ConnectStateChangedNotify() function in OHOS::bluetooth::A2dpProfile
618 ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessSDPCallback()

Completed in 4 milliseconds