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

Commit d9e05927 authored by Nitin Arora's avatar Nitin Arora Committed by Andre Eisenbach
Browse files

Increases number of LE multi-advertiser instances supported

Change-Id: I0d43b3922b2b5dc8c57511d908f45dfe8d8f1b9c
parent 954a2497
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@ typedef struct
}tBTM_BLE_ADV_DATA;

#ifndef BTM_BLE_MULTI_ADV_MAX
#define BTM_BLE_MULTI_ADV_MAX   10 /* controller returned adv_inst_max should be less
#define BTM_BLE_MULTI_ADV_MAX   16 /* controller returned adv_inst_max should be less
                                      than this number */
#endif