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

Commit 6d82e597 authored by Jayden Kim's avatar Jayden Kim Committed by Automerger Merge Worker
Browse files

Merge "Update document for maximum packet size in socket hal" into main am:...

Merge "Update document for maximum packet size in socket hal" into main am: 2036d59a am: 6b06edae

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



Change-Id: Ib6c6bbf8406090bf5a102072b2ed0a28b7624bda
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a5709e4f 6b06edae
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -37,8 +37,9 @@ parcelable LeCocCapabilities {
    /**
     * The value used by the Host stack for the local Maximum Packet Size shall be the value
     * LE_ACL_Data_Packet_Length returned by the controller in response to the command HCI LE Read
     * Buffer Size. Then, the MPS size must be in range 1 to 255. We do not make the MPS
     * configurable in HAL because using the maximum value does not require a large amount of
     * memory.
     * Buffer Size if Total_Num_LE_ACL_Data_Packets is not zero. The MPS shall be the value
     * ACL_Data_Packet_Length returned in response to the command HCI Read Buffer Size if
     * Total_Num_LE_ACL_Data_Packets is zero. We do not make the MPS configurable in HAL because
     * using the maximum value does not require a large amount of memory.
     */
}