mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
tests: fix by using previous number of le device db entries (4)
This commit is contained in:
parent
53be73e88a
commit
a713a5a8ad
@ -27,6 +27,6 @@
|
||||
// BTstack configuration. buffers, sizes, ...
|
||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
|
||||
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
||||
#define MAX_NR_LE_DEVICE_DB_ENTRIES 4
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user