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:
parent
32a86ca351
commit
dc2c434ff7
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue