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 D | avctp_br_act.c | 64 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 D | avctp.h | 76 AVCT_BR_CONNECT_CFM_EVT, // Browse Connection confirm enumerator
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 737 info->eventCallback_(info->connectId_, AVCT_BR_CONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_ct_profile.cpp | 1998 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 D | avrcp_tg_state_machine.cpp | 704 info->eventCallback_(info->connectId_, AVCT_BR_CONNECT_CFM_EVT, AVCT_FAILED, &btAddr, nullptr); in Entry()
|
H A D | avrcp_tg_profile.cpp | 1779 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