Home
last modified time | relevance | path

Searched refs:AVCT_BR_CONNECT_CFM_EVT (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_act.c64 AvctCbConnEvtCallback(cbConn, AVCT_BR_CONNECT_CFM_EVT, data->result, &(cbConn->cbDev->peerAddr)); in AvctCbBrChConnFail()
85 AvctCbConnEvtCallback(data->cbConn, AVCT_BR_CONNECT_CFM_EVT, AVCT_SUCCESS, &(data->cbConn->cbDev->peerAddr)); in AvctCbBrChBind()
101 AvctCbConnEvtCallback(data->cbConn, AVCT_BR_CONNECT_CFM_EVT, AVCT_FAILED, &(data->cbConn->cbDev->peerAddr)); in AvctCbBrChBindFail()
180 AvctCbConnEvtCallback(cbConn, AVCT_BR_CONNECT_CFM_EVT, AVCT_SUCCESS, &(cbConn->cbDev->peerAddr)); in AvctCbBrChConnInd()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davctp.h76 AVCT_BR_CONNECT_CFM_EVT, // Browse Connection confirm enumerator
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_state_machine.cpp737 info->eventCallback_(info->connectId_, AVCT_BR_CONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
H A Davrcp_ct_profile.cpp1998 case AVCT_BR_CONNECT_CFM_EVT: in ProcessChannelEvent()
2303 case AVCT_BR_CONNECT_CFM_EVT: in GetEventName()
2304 return "AVCT_BR_CONNECT_CFM_EVT"; in GetEventName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_state_machine.cpp704 info->eventCallback_(info->connectId_, AVCT_BR_CONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
H A Davrcp_tg_profile.cpp1779 case AVCT_BR_CONNECT_CFM_EVT: in ProcessChannelEvent()
1780 HILOGI("Receive [AVCT_BR_CONNECT_CFM_EVT] - Result[%{public}x] - Address[%{public}s]", in ProcessChannelEvent()

Completed in 13 milliseconds