Home
last modified time | relevance | path

Searched refs:BLE_ENABLE (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c246 return BLE_ENABLE; in SoftBusGetBtState()
306 if (SoftBusGetBtState() == BLE_ENABLE) { in SoftBusBtInit()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h39 BLE_ENABLE = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_enhance.cpp180 ON_CALL(commMock, SoftBusGetBtState).WillByDefault(Return(BLE_ENABLE));
247 ON_CALL(commMock, SoftBusGetBtState).WillByDefault(Return(BLE_ENABLE));
281 ON_CALL(commMock, SoftBusGetBtState).WillByDefault(Return(BLE_ENABLE));
H A Dauth_test_mock.cpp172 ON_CALL(*mockInterface->authMock, SoftBusGetBtState).WillByDefault(Return(BLE_ENABLE)); in ClientFSMCreate()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp140 EXPECT_EQ(SoftBusGetBtState(), BLE_ENABLE);
166 EXPECT_EQ(SoftBusGetBtState(), BLE_ENABLE);
191 EXPECT_EQ(SoftBusGetBtState(), BLE_ENABLE);
198 EXPECT_EQ(SoftBusGetBtState(), BLE_ENABLE);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_ctrl_test.cpp80 EXPECT_CALL(hbCtrlDepsMock, SoftBusGetBtState).WillRepeatedly(Return(BLE_ENABLE));
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp76 EXPECT_EQ(SoftBusGetBtState(), BLE_ENABLE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c141 if (SoftBusGetBtState() == BLE_ENABLE) { in HbRefreshConditionState()
933 if (SoftBusGetBtState() == BLE_ENABLE) { in LnnOfflineTimingByHeartbeat()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_select.c178 SoftBusGetBtState() != BLE_ENABLE) { in GetErrCodeOfLink()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.cpp410 return btState ? BLE_ENABLE : BLE_DISABLE; in ActionOfGetBtState()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c634 if (SoftBusGetBtState() != BLE_ENABLE) { in ConnectAuthDevice()
H A Dauth_session_json.c1941 SoftBusGetBtState() == BLE_ENABLE) { in UpdateLocalNetBrMac()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp118 EXPECT_CALL(NetBuilderMock, SoftBusGetBtState()).WillRepeatedly(Return(BLE_ENABLE));
401 EXPECT_CALL(NetBuilderMock, SoftBusGetBtState()).WillRepeatedly(Return(BLE_ENABLE));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c914 if (btState == BLE_ENABLE) { in UpdateLocalNetCapability()
H A Dlnn_connection_fsm.c1803 SoftBusGetBtState() != BLE_ENABLE) { in LnnSendJoinRequestToConnFsm()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c486 if (SoftBusGetBtState() == BLE_ENABLE && mac[0] == '\0') { in LlGetBtMac()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1319 if (isStart && SoftBusGetBtState() != BLE_ENABLE) { in ProcessBleDiscFunc()