Searched refs:AVCT_DISCONNECT_CFM_EVT (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 72 AVCT_DISCONNECT_CFM_EVT, // Disconnect confirm enumerator
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_act.c | 139 …AvctCbConnEvtCallback(data->cbConn, AVCT_DISCONNECT_CFM_EVT, AVCT_SUCCESS, &(data->cbConn->cbDev->… in AvctCbCtrlChUnbind() 260 … AvctCbConnEvtCallback(cbConn, AVCT_DISCONNECT_CFM_EVT, AVCT_SUCCESS, &(cbConn->cbDev->peerAddr)); in AvctCbCtrlChCloseCfm()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 565 … info->eventCallback_(info->connectId_, AVCT_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry() 693 … info->eventCallback_(info->connectId_, AVCT_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_ct_profile.cpp | 1992 case AVCT_DISCONNECT_CFM_EVT: in ProcessChannelEvent() 2299 case AVCT_DISCONNECT_CFM_EVT: in GetEventName()
|
H A D | avrcp_ct_service.cpp | 2198 case AVCT_DISCONNECT_CFM_EVT: in ChannelEventCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_state_machine.cpp | 551 … info->eventCallback_(info->connectId_, AVCT_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry() 657 … info->eventCallback_(info->connectId_, AVCT_DISCONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_tg_profile.cpp | 1770 case AVCT_DISCONNECT_CFM_EVT: in ProcessChannelEvent()
|
H A D | avrcp_tg_service.cpp | 2648 case AVCT_DISCONNECT_CFM_EVT: in GetPlayStatus()
|