1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-25 16:43:28 +00:00

added MAX_NO_HFP_CONNECTIONS

This commit is contained in:
Milanka Ringwald 2015-07-09 15:57:42 +02:00
parent 7851d68cc3
commit 195ef3aa73
3 changed files with 3 additions and 0 deletions
platforms
ez430-rf2560
pic32-harmony/src
stm32-f103rb-nucleo

@ -34,6 +34,7 @@
#define MAX_NO_DB_MEM_DEVICE_LINK_KEYS 2
#define MAX_NO_DB_MEM_DEVICE_NAMES 0
#define MAX_NO_DB_MEM_SERVICES 1
#define MAX_NO_HFP_CONNECTIONS 0
#endif

@ -31,5 +31,6 @@
#define MAX_NO_DB_MEM_SERVICES 1
#define MAX_NO_BNEP_SERVICES 0
#define MAX_NO_BNEP_CHANNELS 0
#define MAX_NO_HFP_CONNECTIONS 0
#endif

@ -31,5 +31,6 @@
#define MAX_NO_DB_MEM_SERVICES 1
#define MAX_NO_BNEP_SERVICES 0
#define MAX_NO_BNEP_CHANNELS 0
#define MAX_NO_HFP_CONNECTIONS 0
#endif