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

Commit bda3f066 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase device name limit in the LE advertisement"

parents 27d28e6b a4561b75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ class AdvertiseHelper {

  private static final String TAG = "AdvertiseHelper";

  private static final int DEVICE_NAME_MAX = 18;
  private static final int DEVICE_NAME_MAX = 26;

  private static final int COMPLETE_LIST_16_BIT_SERVICE_UUIDS = 0X03;
  private static final int COMPLETE_LIST_32_BIT_SERVICE_UUIDS = 0X05;