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

Commit 4dc8ca33 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Increase the size of the bond event queue to 31

Change-Id: I348a3b845884323b856d755d5be5fdc2c6115c86
Test: mmm packages/modules/Bluetooth
Flag: EXEMPT logging
Bug: 351264887
parent bbda2bf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ typedef struct {

#define BTA_SERVICE_ID_TO_SERVICE_MASK(id) (1 << (id))

#define MAX_BTIF_BOND_EVENT_ENTRIES 15
#define MAX_BTIF_BOND_EVENT_ENTRIES 31

#define MAX_NUM_DEVICES_IN_EIR_UUID_CACHE 128