Home
last modified time | relevance | path

Searched refs:AVCT_DISCONNECT_CFM_EVT (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h72 AVCT_DISCONNECT_CFM_EVT, // Disconnect confirm enumerator
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_act.c139 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 Davrcp_ct_state_machine.cpp565 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 Davrcp_ct_profile.cpp1992 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 Davrcp_ct_service.cpp2198 case AVCT_DISCONNECT_CFM_EVT: in ChannelEventCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp551 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 Davrcp_tg_profile.cpp1770 case AVCT_DISCONNECT_CFM_EVT: in ProcessChannelEvent()
1771 HILOGI("Receive [AVCT_DISCONNECT_CFM_EVT] - Result[%{public}x] - Address[%{public}s]", in ProcessChannelEvent()
H A Davrcp_tg_service.cpp2648 case AVCT_DISCONNECT_CFM_EVT: in GetPlayStatus()

Completed in 20 milliseconds