Home
last modified time | relevance | path

Searched refs:chId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_dev.c54 AvctCbDev *AvctGetCbDevByChId(uint16_t chId) in AvctGetCbDevByChId() argument
56 LOG_INFO("[AVCT] %{public}s: channel id is 0x%x", __func__, chId); in AvctGetCbDevByChId()
60 …if (((g_avctMng.cbDev[i].chLink & AVCT_ALLOC_CTRL) && (g_avctMng.cbDev[i].cbCtrl->chId == chId)) || in AvctGetCbDevByChId()
61 … ((g_avctMng.cbDev[i].chLink & AVCT_ALLOC_BR) && (g_avctMng.cbDev[i].cbBr->chId == chId))) { in AvctGetCbDevByChId()
H A Davctp_br_act.c115 L2CIF_DisconnectionReq(cbDev->cbBr->chId, NULL); in AvctCbBrChDisconn()
299 int lRet = L2CIF_SendData(cbBr->chId, pkt, NULL); in AvctCbBrSendMsg()
353 int lRet = L2CIF_SendData(cbDev->cbBr->chId, sndPkg, NULL); in AvctCbBrRevMsg()
H A Davctp_dev.h23 extern AvctCbDev *AvctGetCbDevByChId(uint16_t chId);
H A Davctp_ctrl_act.c123 L2CIF_DisconnectionReq(cbDev->cbCtrl->chId, NULL); in AvctCbCtrlChDisconn()
378 int lRet = L2CIF_SendData(cbDev->cbCtrl->chId, sndPkg, NULL); in AvctCbCtrlRevMsg()
421 ret = L2CIF_SendData(cbCh->chId, pkt, NULL); in AvctSendSignleMsg()
476 ret = L2CIF_SendData(cbCh->chId, sndPkg, NULL); in AvctSendFraMsg()
H A Davctp_int.h95 uint16_t chId; /* Channel ID from L2CAP */ member
H A Davctp_br_l2cap.c143 cbBr->chId = lcid; in AvctBrRecvConnectionReqAct()
673 cbDev->cbBr->chId = lcid; in AvctBrwL2CIFConnectResult()
H A Davctp_ctrl_l2cap.c141 cbCtrl->chId = lcid; in AvctRecvConnectionReqAct()
654 cbDev->cbCtrl->chId = lcid; in AvctCtrlConnectResult()