Loading system/service/hal/bluetooth_gatt_interface.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ class BluetoothGattInterfaceImpl : public BluetoothGattInterface { } ~BluetoothGattInterfaceImpl() override { CHECK(hal_iface_); if (hal_iface_) hal_iface_->cleanup(); } Loading system/service/hal/bluetooth_interface.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -150,8 +150,9 @@ class BluetoothInterfaceImpl : public BluetoothInterface { } ~BluetoothInterfaceImpl() override { if (hal_iface_) hal_iface_->cleanup(); }; } // BluetoothInterface overrides. void AddObserver(Observer* observer) override { Loading Loading @@ -179,7 +180,7 @@ class BluetoothInterfaceImpl : public BluetoothInterface { const hw_module_t* module; int status = hal_util_load_bt_library(&module); if (status) { LOG(ERROR) << "Failed to load Bluetooth library"; LOG(ERROR) << "Failed to load Bluetooth library: " << status; return false; } Loading Loading
system/service/hal/bluetooth_gatt_interface.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ class BluetoothGattInterfaceImpl : public BluetoothGattInterface { } ~BluetoothGattInterfaceImpl() override { CHECK(hal_iface_); if (hal_iface_) hal_iface_->cleanup(); } Loading
system/service/hal/bluetooth_interface.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -150,8 +150,9 @@ class BluetoothInterfaceImpl : public BluetoothInterface { } ~BluetoothInterfaceImpl() override { if (hal_iface_) hal_iface_->cleanup(); }; } // BluetoothInterface overrides. void AddObserver(Observer* observer) override { Loading Loading @@ -179,7 +180,7 @@ class BluetoothInterfaceImpl : public BluetoothInterface { const hw_module_t* module; int status = hal_util_load_bt_library(&module); if (status) { LOG(ERROR) << "Failed to load Bluetooth library"; LOG(ERROR) << "Failed to load Bluetooth library: " << status; return false; } Loading