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

Commit c5f49bfb authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

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

* commit '20257f3f':
  LE: Increase number of simultaneous connections
parents feb89394 20257f3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -320,7 +320,7 @@ typedef struct
} tBTA_GATTC_SERV;
} tBTA_GATTC_SERV;


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


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


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


/* Used for conformance testing ONLY */
/* Used for conformance testing ONLY */