Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99b139bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "RootCanal: Set the default value of acl_data_packet_length to 1023"...

Merge "RootCanal: Set the default value of acl_data_packet_length to 1023" into main am: 4645a509 am: b098afed

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3235785



Change-Id: I6094b82750172da300aedc3d4e156c749258f5fc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 41c6d48c b098afed
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -112,7 +112,9 @@ public:
  uint64_t le_features{0};

  // Buffer Size (Vol 4, Part E § 7.4.5).
  uint16_t acl_data_packet_length{1024};
  // Note: The blueZ HCI user socket limits the ACL Data Packet length to 1023
  // bytes (see HCI_MAX_FRAME_SIZE).
  uint16_t acl_data_packet_length{1023};
  uint8_t sco_data_packet_length{255};
  uint16_t total_num_acl_data_packets{10};
  uint16_t total_num_sco_data_packets{10};