Home
last modified time | relevance | path

Searched refs:SOFTBUS_BLE_TURN_ON (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c166 if (btState == SOFTBUS_BR_TURN_ON || btState == SOFTBUS_BLE_TURN_ON) { in GetBtStatusChangedEvent()
251 (btState == SOFTBUS_BLE_TURN_ON || btState == SOFTBUS_BLE_TURN_OFF)) { in NotifyBtStatusChanged()
259 if (btState == SOFTBUS_BLE_TURN_ON) { in BtNetworkInfoUpdate()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c54 *notifyState = SOFTBUS_BLE_TURN_ON; in LnnOnBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h90 SOFTBUS_BLE_TURN_ON, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp130 btState = SOFTBUS_BLE_TURN_ON;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c142 g_hbConditionState.btState = SOFTBUS_BLE_TURN_ON; in HbRefreshConditionState()
400 case SOFTBUS_BLE_TURN_ON: in HbBtStateChangeEventHandler()
934 g_hbConditionState.btState = SOFTBUS_BLE_TURN_ON; in LnnOfflineTimingByHeartbeat()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c401 case SOFTBUS_BLE_TURN_ON: in BtStateChangeEventHandler()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info_test.cpp233 event.status = SOFTBUS_BLE_TURN_ON;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c541 if (*btState < SOFTBUS_BLE_TURN_ON || *btState >= SOFTBUS_BT_UNKNOWN) { in LnnNotifyBtStateChangeEvent()