tests: fix by using previous number of le device db entries (4)

This commit is contained in:
Matthias Ringwald 2017-02-20 11:34:26 +01:00
parent 53be73e88a
commit a713a5a8ad

View File

@ -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