Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_common.c46 connInfo->type = LANE_BLE; in BleInfoProc()
59 profile->linkType = LANE_BLE; in BleInfoProc()
170 [LANE_BLE] = BleInfoProc,
H A Dlnn_lane_query.c65 linkList[(*listNum)++] = LANE_BLE; in GetMsgLaneLink()
77 linkList[(*listNum)++] = LANE_BLE; in GetBytesLaneLink()
267 [LANE_BLE] = { true, BleLinkState},
H A Dlnn_lane_select.c61 linkList[(*listNum)++] = LANE_BLE; in GetMsgDefaultLink()
70 linkList[(*listNum)++] = LANE_BLE; in GetBytesDefaultLink()
139 case LANE_BLE: in GetLinkTypeStrng()
177 …if ((linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || linkType == LAN… in GetErrCodeOfLink()
194 bool isBt = (preferredList[i] == LANE_BR || preferredList[i] == LANE_BLE || in SelectByPreferredLink()
H A Dlnn_select_rule.c402 [LANE_BLE] = { true, BleCapCheck, GetBleScore },
437 LANE_COC_DIRECT, LANE_BLE, LANE_LINK_TYPE_BUTT},
464 bool isBt = (linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || in CheckLaneValid()
H A Dlnn_lane_link.c134 case LANE_BLE: in IsValidLinkAddr()
402 if (linkInfo->type != LANE_BR && linkInfo->type != LANE_BLE && linkInfo->type != LANE_P2P && in AddNetworkResourceInner()
613 …LaneLinkType supportList[] = { LANE_P2P, LANE_HML, LANE_WLAN_2P4G, LANE_WLAN_5G, LANE_BR, LANE_BLE, in LinkTypeCheck()
1220 linkInfo.type = LANE_BLE; in LaneLinkOfBleReuseCommon()
1280 linkInfo.type = LANE_BLE; in LaneLinkOfBle()
1589 [LANE_BLE] = LaneLinkOfBle,
H A Dlnn_ctrl_lane.c77 laneLinkType->linkType[laneLinkType->linkTypeNum++] = LANE_BLE; in ConvertAuthLinkToLaneLink()
H A Dlnn_trans_lane.c1101 [LANE_BLE] = COC_DIRECT_LATENCY,
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp81 transDumpLaneLinkType = ConvertLaneLinkTypeToDumper(LANE_BLE);
431 ret = ConvertLaneLinkTypeToConnectType(LANE_BLE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h34 LANE_BLE, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp282 EXPECT_EQ(info->type, LANE_BLE); in OnLaneAllocSuccessForBle()
1159 info.type = LANE_BLE;
1360 selectParam.list.linkType[0] = LANE_BLE;
1443 request.list.linkType[(request.list.linkTypeNum)++] = LANE_BLE;
1477 request.list.linkType[(request.list.linkTypeNum)++] = LANE_BLE;
1535 reqInfo.linkType = LANE_BLE;
1546 ret = DestroyLink(NODE_NETWORK_ID, 0, LANE_BLE);
1641 reqInfo.linkType = LANE_BLE;
1674 reqInfo.linkType = LANE_BLE;
2521 request.linkType[1] = LANE_BLE;
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_test.cpp139 appInfo->linkType = LANE_BLE;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c63 case LANE_BLE: in ConvertLaneLinkTypeToDumper()
793 case LANE_BLE: in ConvertLaneLinkTypeToConnectType()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c58 case LANE_BLE: in GetAuthConn()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp435 linkInfo.type = LANE_BLE;
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_test.cpp428 laneConnInfo.type = LANE_BLE;
H A Dauth_other_test.cpp1013 ret = GetAuthConn(uuid, LANE_BLE, connInfo);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp353 info.type = LANE_BLE;
618 extra.linkType = LANE_BLE;
H A Dtrans_lane_test.cpp668 info.type = LANE_BLE;
H A Dtrans_lane_common_test.cpp153 type = LANE_BLE;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c150 …if (type == LANE_BR || type == LANE_BLE || type == LANE_BLE_DIRECT || type == LANE_COC || type == … in TransGetChannelType()
H A Dtrans_lane_pending_ctl.c866 LANE_BLE,
1576 } else if ((info->type == LANE_BLE) || (info->type == LANE_COC)) { in TransGetConnectOptByConnInfo()