Searched refs:DetectBluetoothHostObserver (Results 1 – 2 of 2) sorted by relevance
76 class DetectBluetoothHostObserver : public OHOS::Bluetooth::BluetoothHostObserver {78 DetectBluetoothHostObserver(AVSessionService *ptr);79 virtual ~DetectBluetoothHostObserver() = default;512 std::shared_ptr<DetectBluetoothHostObserver> bluetoothObserver;
434 DetectBluetoothHostObserver::DetectBluetoothHostObserver(AVSessionService *ptr) in DetectBluetoothHostObserver() function in OHOS::AVSession::DetectBluetoothHostObserver441 void DetectBluetoothHostObserver::OnStateChanged(const int transport, const int status) in OnStateChanged()471 bluetoothObserver = std::make_shared<DetectBluetoothHostObserver>(this); in CheckBrEnable()