Bluetooth: Add support for disabling GATT client support

Binary size reduction of sample peripheral app:
45940 -> 45772

Change-Id: Ia8c463c9642a2928c2cb2ec48d9e9c4eeef20fe7
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2015-09-08 12:47:33 +02:00 committed by Anas Nashif
commit 9ecbd34f89
8 changed files with 43 additions and 9 deletions

View file

@ -68,6 +68,11 @@ config BLUETOOTH_SIGNING
This option enables data signing which is used for transferring
authenticated data in an unencrypted connection.
config BLUETOOTH_GATT_CLIENT
bool
prompt "GATT client support"
default n
config BLUETOOTH_MAX_CONN
int
prompt "Maximum number of simultaneous connections"