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

Commit cf66e72e authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Jakub Pawlowski
Browse files

Increase number of possible GATT notification registrations

This is needed for all the GATT based LE Audio profiles

Tag: #feature
Bug: 150670922
Test: verify we can register for all notifications when connecting to LE Audio capable device
Change-Id: Ide3988468e656885f4f0a705fe59f2976859afa3
parent fb5c1ae0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ typedef struct {
} tBTA_GATTC_SERV;

#ifndef BTA_GATTC_NOTIF_REG_MAX
#define BTA_GATTC_NOTIF_REG_MAX 15
#define BTA_GATTC_NOTIF_REG_MAX 64
#endif

typedef struct {