diff options
Diffstat (limited to 'system/service/hal/bluetooth_interface.cc')
-rw-r--r-- | system/service/hal/bluetooth_interface.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/service/hal/bluetooth_interface.cc b/system/service/hal/bluetooth_interface.cc index fbf0ef8cd2..f959d61a22 100644 --- a/system/service/hal/bluetooth_interface.cc +++ b/system/service/hal/bluetooth_interface.cc @@ -353,7 +353,8 @@ class BluetoothInterfaceImpl : public BluetoothInterface { // Initialize the Bluetooth interface. Set up the adapter (Bluetooth DM) API // callbacks. - status = hal_iface_->init(&bt_callbacks, false, false, 0, nullptr, false); + status = hal_iface_->init(&bt_callbacks, false, false, 0, nullptr, false, + nullptr); if (status != BT_STATUS_SUCCESS) { LOG(ERROR) << "Failed to initialize Bluetooth stack"; return false; |