Home
last modified time | relevance | path

Searched refs:STREAM_DISCONNECT (Results 1 – 4 of 4) 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()
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()
1137 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessDisconnectCfm()
H A Da2dp_def.h94 STREAM_DISCONNECT, enumerator
H A Da2dp_profile.cpp203 case STREAM_DISCONNECT: in ConnectStateChangedNotify()
618 ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)&param); in ProcessSDPCallback()
H A Da2dp_service.cpp139 case STREAM_DISCONNECT: in ProcessConnectStateMessage()