Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_common.c144 connInfo->type = LANE_BLE_DIRECT; in BleDirectInfoProc()
146 profile->linkType = LANE_BLE_DIRECT; in BleDirectInfoProc()
176 [LANE_BLE_DIRECT] = BleDirectInfoProc,
H A Dlnn_lane_select.c153 case LANE_BLE_DIRECT: in GetLinkTypeStrng()
177 …if ((linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || linkType == LAN… in GetErrCodeOfLink()
195 preferredList[i] == LANE_BLE_DIRECT || preferredList[i] == LANE_BLE_REUSE || in SelectByPreferredLink()
H A Dlnn_select_rule.c409 [LANE_BLE_DIRECT] = { true, BleDirectCapCheck, GetBleScore },
464 bool isBt = (linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || in CheckLaneValid()
H A Dlnn_lane_link.c147 case LANE_BLE_DIRECT: in IsValidLinkAddr()
614 LANE_BLE_DIRECT, LANE_P2P_REUSE, LANE_COC, LANE_COC_DIRECT, LANE_BLE_REUSE, LANE_HML_RAW }; in LinkTypeCheck()
1298 linkInfo.type = LANE_BLE_DIRECT; in LaneLinkOfGattDirect()
1595 [LANE_BLE_DIRECT] = LaneLinkOfGattDirect,
H A Dlnn_trans_lane.c596 optionalLink[linkNum++] = LANE_BLE_DIRECT; in SpecifiedLinkConvert()
1107 [LANE_BLE_DIRECT] = COC_DIRECT_LATENCY,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_interface.h40 LANE_BLE_DIRECT, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp438 linkInfo.type = LANE_BLE_DIRECT;
/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.c868 LANE_BLE_DIRECT,
1580 } else if (info->type == LANE_BLE_DIRECT || info->type == LANE_COC_DIRECT) { in TransGetConnectOptByConnInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp664 info.type = LANE_BLE_DIRECT;
H A Dtrans_lane_common_test.cpp157 type = LANE_BLE_DIRECT;
H A Dtrans_lane_pending_test.cpp362 info.type = LANE_BLE_DIRECT;
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1231 info.type = LANE_BLE_DIRECT;
1402 selectParam.list.linkType[3] = LANE_BLE_DIRECT;
1753 request->linkType = LANE_BLE_DIRECT;
2762 EXPECT_EQ(GetErrCodeOfLink("networkId", LANE_BLE_DIRECT), SOFTBUS_LANE_BT_OFF);
2769 EXPECT_EQ(GetErrCodeOfLink("networkId", LANE_BLE_DIRECT), SOFTBUS_LANE_LOCAL_NO_BLE_CAP);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c804 case LANE_BLE_DIRECT: in ConvertLaneLinkTypeToConnectType()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp1935 channel2->linkType = LANE_BLE_DIRECT;