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

Commit 30a58db2 authored by Ben YoungTae Kim's avatar Ben YoungTae Kim Committed by Hansong Zhang
Browse files

Increase DM connection size for multiple links

For multiple headset connections, it will be increased to support
multiple services(HFP/AV/CT) for each links.

Test: Connect to 4 or more headsets and play music
Bug: 110972513
Change-Id: I56f69e12fb1a4a614c69fa383e9c53675a189fc9
parent 8432caec
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -250,7 +250,7 @@ typedef struct {
} tBTA_DM_SRVCS;
} tBTA_DM_SRVCS;


#ifndef BTA_DM_NUM_CONN_SRVS
#ifndef BTA_DM_NUM_CONN_SRVS
#define BTA_DM_NUM_CONN_SRVS 10
#define BTA_DM_NUM_CONN_SRVS 30
#endif
#endif


typedef struct {
typedef struct {