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 D | lnn_lane_common.c | 144 connInfo->type = LANE_BLE_DIRECT; in BleDirectInfoProc() 146 profile->linkType = LANE_BLE_DIRECT; in BleDirectInfoProc() 176 [LANE_BLE_DIRECT] = BleDirectInfoProc,
|
H A D | lnn_lane_select.c | 153 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 D | lnn_select_rule.c | 409 [LANE_BLE_DIRECT] = { true, BleDirectCapCheck, GetBleScore }, 464 bool isBt = (linkType == LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || in CheckLaneValid()
|
H A D | lnn_lane_link.c | 147 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 D | lnn_trans_lane.c | 596 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 D | lnn_lane_interface.h | 40 LANE_BLE_DIRECT, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 438 linkInfo.type = LANE_BLE_DIRECT;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 150 …if (type == LANE_BR || type == LANE_BLE || type == LANE_BLE_DIRECT || type == LANE_COC || type == … in TransGetChannelType()
|
H A D | trans_lane_pending_ctl.c | 868 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 D | trans_lane_test.cpp | 664 info.type = LANE_BLE_DIRECT;
|
H A D | trans_lane_common_test.cpp | 157 type = LANE_BLE_DIRECT;
|
H A D | trans_lane_pending_test.cpp | 362 info.type = LANE_BLE_DIRECT;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1231 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 D | trans_lane_manager.c | 804 case LANE_BLE_DIRECT: in ConvertLaneLinkTypeToConnectType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 1935 channel2->linkType = LANE_BLE_DIRECT;
|