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:
parent
9c2ad108b8
commit
9ecbd34f89
8 changed files with 43 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue