Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_feature_capability.h41 BIT_BLE_TRIGGER_CONNECTION, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_test.cpp631 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
632 uint64_t remote = 1 << BIT_BLE_TRIGGER_CONNECTION;
679 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
680 uint64_t remote = 1 << BIT_BLE_TRIGGER_CONNECTION;
726 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
727 uint64_t remote = 1 << BIT_BLE_TRIGGER_CONNECTION;
772 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
773 uint64_t remote = 1 << BIT_BLE_TRIGGER_CONNECTION;
1030 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
1078 uint64_t local = 1 << BIT_BLE_TRIGGER_CONNECTION;
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c549 if (((localFeature & (1 << BIT_BLE_TRIGGER_CONNECTION)) == 0) || in IsSupportWifiDirect()
550 ((remoteFeature & (1 << BIT_BLE_TRIGGER_CONNECTION)) == 0)) { in IsSupportWifiDirect()
H A Dlnn_lane_link_p2p.c2195 …if (((local & (1 << BIT_BLE_TRIGGER_CONNECTION)) == 0) || ((remote & (1 << BIT_BLE_TRIGGER_CONNECT… in IsSupportHmlTwo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c1132 …if ((local & (1 << BIT_BLE_TRIGGER_CONNECTION)) == 0 || (remote & (1 << BIT_BLE_TRIGGER_CONNECTION in IsNeedSyncByAuth()