Searched refs:AVCT_DISCONNECT_CFM_EVT (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 72 AVCT_DISCONNECT_CFM_EVT, // Disconnect confirm enumerator
|
/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->peerAddr)); in AvctCbCtrlChUnbind() 259 /* Send AVCT_DISCONNECT_CFM_EVT */ in AvctCbCtrlChCloseCfm() 260 AvctCbConnEvtCallback(cbConn, AVCT_DISCONNECT_CFM_EVT, AVCT_SUCCESS, &(cbConn->cbDev->peerAddr)); in AvctCbCtrlChCloseCfm()
|
/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() 2300 return "AVCT_DISCONNECT_CFM_EVT"; in GetEventName()
|
H A D | avrcp_ct_service.cpp | 2198 case AVCT_DISCONNECT_CFM_EVT: in ChannelEventCallback()
|
/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() 1771 HILOGI("Receive [AVCT_DISCONNECT_CFM_EVT] - Result[%{public}x] - Address[%{public}s]", in ProcessChannelEvent()
|
H A D | avrcp_tg_service.cpp | 2648 case AVCT_DISCONNECT_CFM_EVT: in GetPlayStatus()
|
Completed in 20 milliseconds