Add support for requiring min key size for access GATT characteristics 60/204960/1
authorSzymon Janc <szymon.janc@codecoup.pl>
Fri, 23 Mar 2018 13:08:21 +0000 (14:08 +0100)
committerAmit Purwar <amit.purwar@samsung.com>
Fri, 26 Apr 2019 10:54:22 +0000 (16:24 +0530)
commit6d94f03c74f8fdb5a980927910266d84fb2c67a6
tree5cd3e4b210a115a243cfb741584c7768f59ac501
parentc86475af15b3c9b6a319ffc968e50d69a11e3102
Add support for requiring min key size for access GATT characteristics

This allows to configure bluetoothd to require minimum encryption key
size when accessing GATT server characteristics. It is a global
configuration option affecting whole GATT database.

Change-Id: Ibec567f17447d35421f016c5e0021ef49aa713ef
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
14 files changed:
peripheral/gatt.c
src/adapter.c
src/device.c
src/device.h
src/hcid.h
src/main.c
src/main.conf
src/shared/att.c
src/shared/att.h
src/shared/gatt-client.c
src/shared/gatt-server.c
src/shared/gatt-server.h
tools/btgatt-server.c
unit/test-gatt.c