Update default implementation for Bluetooth Socket Offload with RFCOMM am: 9a85540f87

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3370078

Change-Id: I1a4dec27a83e6bb9cbc76ef6038fb011ad31026b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/bluetooth/socket/aidl/default/BluetoothSocket.cpp b/bluetooth/socket/aidl/default/BluetoothSocket.cpp
index a41bf9b..5993393 100644
--- a/bluetooth/socket/aidl/default/BluetoothSocket.cpp
+++ b/bluetooth/socket/aidl/default/BluetoothSocket.cpp
@@ -38,6 +38,8 @@
         _aidl_return) {
   _aidl_return->leCocCapabilities.numberOfSupportedSockets = 0;
   _aidl_return->leCocCapabilities.mtu = 0;
+  _aidl_return->rfcommCapabilities.numberOfSupportedSockets = 0;
+  _aidl_return->rfcommCapabilities.maxFrameSize = 0;
   return ::ndk::ScopedAStatus::ok();
 }
 ::ndk::ScopedAStatus BluetoothSocket::opened(