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 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() 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() 1137 profile->ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessDisconnectCfm()
|
H A D | a2dp_def.h | 94 STREAM_DISCONNECT, enumerator
|
H A D | a2dp_profile.cpp | 203 case STREAM_DISCONNECT: in ConnectStateChangedNotify() 618 ConnectStateChangedNotify(addr, STREAM_DISCONNECT, (void *)¶m); in ProcessSDPCallback()
|
H A D | a2dp_service.cpp | 139 case STREAM_DISCONNECT: in ProcessConnectStateMessage()
|