mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-28 08:37:22 +00:00
btstack_link_key_db_tlv: use 1 as default for NVM_NUM_LINK_KEYS
This commit is contained in:
parent
57b7fe851d
commit
e0bb66f826
@ -45,6 +45,9 @@
|
||||
#include "classic/core.h"
|
||||
|
||||
// NVM_NUM_LINK_KEYS defines number of stored link keys
|
||||
#ifndef NVM_NUM_LINK_KEYS
|
||||
#define NVM_NUM_LINK_KEYS 1
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
const btstack_tlv_t * btstack_tlv_impl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user