mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +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, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
|
||||||
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
#define MAX_NR_LE_DEVICE_DB_ENTRIES 4
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user