drivers/nble: Add BLUETOOTH_MAX_PAIRED

This makes it easier to port samples which may use
CONFIG_BLUETOOTH_MAX_PAIRED.

Change-Id: I3e37df7cae63a4ac2219ce26408ae4d4f987645d
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
Luiz Augusto von Dentz 2016-01-19 16:54:23 +02:00 committed by Anas Nashif
commit dc2c434ff7
2 changed files with 5 additions and 2 deletions

View file

@ -35,6 +35,10 @@ config BLUETOOTH_SMP
bool
default n
config BLUETOOTH_MAX_PAIRED
int
default 7
config NBLE
bool "Support for custom Nordic Semiconductor BLE protocol"
default n
@ -43,6 +47,7 @@ config NBLE
select BLUETOOTH_CENTRAL
select BLUETOOTH_GATT_CLIENT
select BLUETOOTH_SMP
select BLUETOOTH_MAX_PAIRED
help
Enables support for using Nordic Semicondutor nRF51 Bluetooth
LE chips with a custom firmware. The API for this is a subset of