zephyr/net/bluetooth
Szymon Janc 9c2ad108b8 Bluetooth: Add option for disabling SMP support
This allows to not compile SMP support for devices that don't
require pairing. It is required to support SMP channel and reply
with error for any command received even if pairing is not supported.
To handle this cleanly a null smp implementation is used that case.

Change-Id: I656a52dac882839db904eee65f25a4e29ea2d8c2
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:24:24 -05:00
..
Kconfig Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
Makefile Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
att.c Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
att.h Bluetooth: ATT: Fix BT_ATT_OP_CONFIRM code 2016-02-05 20:16:16 -05:00
buf.c Bluetooth: Remove includes from internal headers 2016-02-05 20:16:16 -05:00
conn.c Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
conn_internal.h Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
gatt.c Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
gatt_internal.h Bluetooth: Make parts of GATT API internal 2016-02-05 20:16:16 -05:00
hci_core.c Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
hci_core.h Bluetooth: Remove includes from internal headers 2016-02-05 20:16:16 -05:00
keys.c Bluetooth: Remove includes from internal headers 2016-02-05 20:16:16 -05:00
keys.h Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
l2cap.c Bluetooth: Add initial Kconfig split options 2016-02-05 20:24:24 -05:00
l2cap.h Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
smp.c Bluetooth: Add option for disabling data signing support 2016-02-05 20:24:24 -05:00
smp.h Bluetooth: Remove includes from internal headers 2016-02-05 20:16:16 -05:00
smp_null.c Bluetooth: Add option for disabling SMP support 2016-02-05 20:24:24 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00