Home
last modified time | relevance | path

Searched refs:BIT_BLE_DIRECT_CONNECT_CAPABILITY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_feature_capability.h39 BIT_BLE_DIRECT_CONNECT_CAPABILITY, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_select_rule.c284 if (((local & (1 << BIT_BLE_DIRECT_CONNECT_CAPABILITY)) == 0) || in BleDirectCapCheck()
285 ((remote & (1 << BIT_BLE_DIRECT_CONNECT_CAPABILITY)) == 0)) { in BleDirectCapCheck()
288 return ((local & (1 << BIT_BLE_DIRECT_CONNECT_CAPABILITY)) == 0) ? in BleDirectCapCheck()