Searched refs:LANE_BLE_REUSE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_interface.h | 41 LANE_BLE_REUSE, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_select.c | 177 …== LANE_BR || linkType == LANE_BLE || linkType == LANE_BLE_DIRECT || linkType == LANE_BLE_REUSE) && in GetErrCodeOfLink() 195 preferredList[i] == LANE_BLE_DIRECT || preferredList[i] == LANE_BLE_REUSE || in SelectByPreferredLink()
|
H A D | lnn_select_rule.c | 410 [LANE_BLE_REUSE] = { false, NULL, NULL }, 465 linkType == LANE_BLE_REUSE || linkType == LANE_COC || linkType == LANE_COC_DIRECT); in CheckLaneValid()
|
H A D | lnn_lane_link.c | 614 LANE_BLE_DIRECT, LANE_P2P_REUSE, LANE_COC, LANE_COC_DIRECT, LANE_BLE_REUSE, LANE_HML_RAW }; in LinkTypeCheck() 1593 [LANE_BLE_REUSE] = LaneLinkOfBleReuse,
|
H A D | lnn_trans_lane.c | 1108 [LANE_BLE_REUSE] = COC_DIRECT_LATENCY,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 443 ret = ConvertLaneLinkTypeToConnectType(LANE_BLE_REUSE);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_lane_manager.c | 809 case LANE_BLE_REUSE: in ConvertLaneLinkTypeToConnectType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1403 selectParam.list.linkType[4] = LANE_BLE_REUSE; 1861 reqInfo.linkType = LANE_BLE_REUSE; 2763 EXPECT_EQ(GetErrCodeOfLink("networkId", LANE_BLE_REUSE), SOFTBUS_LANE_BT_OFF);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_pending_test.cpp | 371 info.type = LANE_BLE_REUSE;
|