Home
last modified time | relevance | path

Searched refs:BLE_DISABLE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_virtual.c27 return BLE_DISABLE; in SoftBusGetBtState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp31 #define BLE_DISABLE 0 macro
194 EXPECT_CALL(btMock, SoftBusGetBtState).WillRepeatedly(Return(BLE_DISABLE));
H A Dlnn_ip_network_impl_test.cpp31 #define BLE_DISABLE 0 macro
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h38 BLE_DISABLE = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c248 return BLE_DISABLE; in SoftBusGetBtState()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp77 EXPECT_EQ(SoftBusGetBtState(), BLE_DISABLE);
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp148 EXPECT_EQ(SoftBusGetBtState(), BLE_DISABLE);
173 EXPECT_EQ(SoftBusGetBtState(), BLE_DISABLE);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c405 if (SoftBusGetBtState() == BLE_DISABLE) { in HbBtStateChangeEventHandler()
436 if (SoftBusGetBtState() == BLE_DISABLE) { in HbLaneVapChangeEventHandler()
/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/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c917 } else if (btState == BLE_DISABLE) { in UpdateLocalNetCapability()