Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1380 ProtocolType remoteSupporttedProtocol; member
1391 …net->protocol->pri > req->currPri && (subnet->protocol->id & req->remoteSupporttedProtocol) != 0) { in FindBestProtocol()
1417 .remoteSupporttedProtocol = remoteNodeInfo.supportedProtocols & acceptableProtocols, in LnnLaneSelectProtocol()
1422 if ((req.remoteSupporttedProtocol & LNN_PROTOCOL_NIP) != 0 && in LnnLaneSelectProtocol()
1426 req.remoteSupporttedProtocol ^= LNN_PROTOCOL_NIP; in LnnLaneSelectProtocol()