Searched refs:AVCT_ACPT (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avctp.h | 55 #define AVCT_ACPT 1 // Acceptor macro
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_conn.c | 61 if (cbConn->connParam.role == AVCT_ACPT) { in AvctCbConnDealloc()
|
H A D | avctp_br_act.c | 177 if (cbDev->cbBr->ia == AVCT_ACPT) { in AvctCbBrChConnInd()
|
H A D | avctp_ctrl_act.c | 192 } else if ((cbConn->cbDev == NULL) && (cbConn->connParam.role == AVCT_ACPT) && in AvctCbCtrlChConnInd()
|
H A D | avctp_br_l2cap.c | 147 cbDev->cbBr->ia = AVCT_ACPT; in AvctBrRecvConnectionReqAct()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_profile.cpp | 102 …ConnectParam param = {eventCallback_, msgCallback_, AVRC_CT_AV_REMOTE_CONTROL, AVCT_ACPT, nullptr}; in Enable() 2029 AVCT_ACPT, in ProcessChannelEventConnectIndEvt()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.cpp | 91 …AvctConnectParam param = {eventCallback_, msgCallback_, AVRC_TG_AV_REMOTE_CONTROL, AVCT_ACPT, null… in Enable() 1824 …rawAddr, connectId, AVCT_ACPT, controlMtu_, browseMtu_, companyId_, 0x0000, eventCallback_, msgCal… in ProcessChannelEventConnectIndEvt()
|