Searched refs:tchan (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_le.c | 719 L2capLeChannel tchan = {0}; in L2capLeProcessCreditBasedConnectionReq() local 721 tchan.lcid = 0; in L2capLeProcessCreditBasedConnectionReq() 722 (void)memcpy_s(&(tchan.lcfg), sizeof(L2capLeConfigInfo), &cfg, sizeof(L2capLeConfigInfo)); in L2capLeProcessCreditBasedConnectionReq() 723 … L2capSendCreditBasedConnectionRsp(conn, &tchan, signal->identifier, L2CAP_LE_PSM_NOT_SUPPORTED); in L2capLeProcessCreditBasedConnectionReq()
|
H A D | l2cap_core.c | 1592 L2capChannel tchan; in L2capProcessConnectionReq() local 1594 tchan.lcid = 0; in L2capProcessConnectionReq() 1595 tchan.rcid = cid; in L2capProcessConnectionReq() 1597 …conn, &tchan, signal->identifier, L2CAP_PSM_NOT_SUPPORTED, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE); in L2capProcessConnectionReq()
|