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

Commit 20257f3f authored by Matthew Xie's avatar Matthew Xie Committed by Android (Google) Code Review
Browse files

Merge "LE: Increase number of simultaneous connections" into klp-dev

parents 8a1a934d 1da5dd28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ typedef struct
} tBTA_GATTC_SERV;

#ifndef BTA_GATTC_NOTIF_REG_MAX
#define BTA_GATTC_NOTIF_REG_MAX     4
#define BTA_GATTC_NOTIF_REG_MAX     7
#endif

typedef struct
+1 −1
Original line number Diff line number Diff line
@@ -1445,7 +1445,7 @@ and USER_HW_DISABLE_API macros */
#endif

#ifndef GATT_MAX_PHY_CHANNEL
#define GATT_MAX_PHY_CHANNEL        4
#define GATT_MAX_PHY_CHANNEL        7
#endif

/* Used for conformance testing ONLY */