Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c43 …return (transport == BR_STATE_CB_TRANSPORT) ? SOFTBUS_BR_STATE_TURN_ON : SOFTBUS_BLE_STATE_TURN_ON; in ConvertBtState()
91 case SOFTBUS_BLE_STATE_TURN_ON: in IsRepeatNotify()
307 SoftBusOnBtSateChanged(SOFTBUS_BLE_STATE_TURN_ON); in SoftBusBtInit()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h66 SOFTBUS_BLE_STATE_TURN_ON, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c53 case SOFTBUS_BLE_STATE_TURN_ON: in LnnOnBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp157 btStateResult = g_btStateChangedCtx.Expect(listenerId, SOFTBUS_BLE_STATE_TURN_ON);
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Dble_mock.cpp494 btStateListener->OnBtStateChanged(BT_STATE_LISTENER_ID, SOFTBUS_BLE_STATE_TURN_ON); in TurnOnBt()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp191 g_btListener.OnBtStateChanged(g_listenerId, SOFTBUS_BLE_STATE_TURN_ON);
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c602 case SOFTBUS_BLE_STATE_TURN_ON: in BtOnStateChanged()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2015 if (state == SOFTBUS_BLE_STATE_TURN_ON) { in OnBtStateChanged()