Searched refs:NapiBluetoothAccessObserver (Results 1 – 3 of 3) sorted by relevance
31 NapiBluetoothAccessObserver::NapiBluetoothAccessObserver() in NapiBluetoothAccessObserver() function in OHOS::Bluetooth::NapiBluetoothAccessObserver35 void NapiBluetoothAccessObserver::OnStateChanged(const int transport, const int status) in OnStateChanged()48 void NapiBluetoothAccessObserver::EnableBt() in EnableBt()58 void NapiBluetoothAccessObserver::DisableBle() in DisableBle()68 bool NapiBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothS… in DealStateChange()80 void NapiBluetoothAccessObserver::GetBrStateByStatus(const int status, BluetoothState &state, bool … in GetBrStateByStatus()104 void NapiBluetoothAccessObserver::GetBleStateByStatus(const int status, BluetoothState &state) in GetBleStateByStatus()
25 class NapiBluetoothAccessObserver : public BluetoothHostObserver {27 NapiBluetoothAccessObserver();28 ~NapiBluetoothAccessObserver() override = default;
35 std::shared_ptr<NapiBluetoothAccessObserver> g_bluetoothAccessObserver =36 std::make_shared<NapiBluetoothAccessObserver>();