Home
last modified time | relevance | path

Searched refs:OnBtStateChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dsoftbus_adapter_bt_common.c125 g_stateListener[listenerId].listener->OnBtStateChanged != NULL) { in SoftBusOnBtSateChanged()
126 g_stateListener[listenerId].listener->OnBtStateChanged(listenerId, status); in SoftBusOnBtSateChanged()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_bt_common.h104 void (*OnBtStateChanged)(int listenerId, int state); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c34 .OnBtStateChanged = LnnOnBtStateChanged,
/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()
502 btStateListener->OnBtStateChanged(BT_STATE_LISTENER_ID, SOFTBUS_BLE_STATE_TURN_OFF); in TurnOffBt()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp188 g_btListener.OnBtStateChanged(g_listenerId, SOFTBUS_BLE_STATE_TURN_OFF);
191 g_btListener.OnBtStateChanged(g_listenerId, SOFTBUS_BLE_STATE_TURN_ON);
631 g_btListener.OnBtStateChanged(g_listenerId, SOFTBUS_BLE_STATE_TURN_OFF);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_bt_common_test.cpp293 .OnBtStateChanged = StubOnBtStateChanged, in GetMockBtStateListener()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c1737 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged() function
1784 .OnBtStateChanged = OnBtStateChanged, in InitBrManager()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp1229 OnBtStateChanged(listenerId, state);
1232 OnBtStateChanged(listenerId, state);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2011 static void OnBtStateChanged(int listenerId, int state) in OnBtStateChanged() function
2283 .OnBtStateChanged = OnBtStateChanged, in InitBleManager()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c899 .OnBtStateChanged = BcAdapterBtStateChanged,
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c639 .OnBtStateChanged = BtOnStateChanged,
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c157 .OnBtStateChanged = BcBtStateChanged,