Lines Matching refs:BluetoothHostObserverCommon
30 class BluetoothHostObserverCommon : public BluetoothHostObserver {
32 BluetoothHostObserverCommon() = default;
33 virtual ~BluetoothHostObserverCommon() = default;
34 static BluetoothHostObserverCommon &GetInstance();
46 BluetoothHostObserverCommon &BluetoothHostObserverCommon::GetInstance()
48 static BluetoothHostObserverCommon instance;
52 void BluetoothHostObserverCommon::OnStateChanged(const int transport, const int status)
93 void BluetoothHostObserverCommon::OnDiscoveryStateChanged(int status)
118 BluetoothHostObserverCommon &btObserver_ = BluetoothHostObserverCommon::GetInstance();