Searched refs:bluetoothHost_ (Results 1 – 2 of 2) sorted by relevance
405 bluetoothHost_ = &OHOS::Bluetooth::BluetoothHost::GetDefaultHost(); in OnRemoveSystemAbility()406 if (bluetoothHost_ != nullptr && bluetoothObserver != nullptr) { in OnRemoveSystemAbility()407 bluetoothHost_->DeregisterObserver(bluetoothObserver); in OnRemoveSystemAbility()470 bluetoothHost_ = &OHOS::Bluetooth::BluetoothHost::GetDefaultHost(); in CheckBrEnable()472 if (bluetoothHost_ != nullptr) { in CheckBrEnable()473 bluetoothHost_->RegisterObserver(bluetoothObserver); in CheckBrEnable()
511 OHOS::Bluetooth::BluetoothHost *bluetoothHost_ = nullptr; variable