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

Commit 2036d59a authored by Jayden Kim's avatar Jayden Kim Committed by Gerrit Code Review
Browse files

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

parents 76578943 bc88b5c5
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.
     */
}