Home
last modified time | relevance | path

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

/ohos5.0/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()
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()
551 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
706 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
1002 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
1115 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectInd()
[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()