Home
last modified time | relevance | path

Searched refs:SOFTBUS_BR_STATE_TURN_ON (Results 1 – 7 of 7) 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()
95 case SOFTBUS_BR_STATE_TURN_ON: in IsRepeatNotify()
310 SoftBusOnBtSateChanged(SOFTBUS_BR_STATE_TURN_ON); in SoftBusBtInit()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h70 SOFTBUS_BR_STATE_TURN_ON, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c59 case SOFTBUS_BR_STATE_TURN_ON: in LnnOnBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp154 btStateResult = g_btStateChangedCtx.Expect(listenerId, SOFTBUS_BR_STATE_TURN_ON);
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c610 case SOFTBUS_BR_STATE_TURN_ON: in BtOnStateChanged()
612 msg = CreateBleHandlerMsg(BR_STATE_CHANGED, SOFTBUS_BR_STATE_TURN_ON, 0, NULL); in BtOnStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1225 int state = SOFTBUS_BR_STATE_TURN_ON;
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1741 if (state == SOFTBUS_BR_STATE_TURN_ON) { in OnBtStateChanged()