zephyr/net/bluetooth
Arkadiusz Lichwa 847a1f6628 Bluetooth: BR/EDR: Add initial SSP Complete
Adds HCI protocol type for Secure Simple Pair Complete event and enables the
event in controller.
Then implements the initial SSP Complete event handler with catching
the status of SSP process.

Change-Id: Ic7cc5b4cab8a1b4120285815c24eeb6483d748df
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
2016-02-26 08:43:31 +00:00
..
Kconfig Bluetooth: Kconfig: Introduce BLUETOOTH_RX_STACK_SIZE 2016-02-12 13:01:13 +02:00
Makefile Bluetooth: Always compile in UUID support 2016-02-05 20:24:40 -05:00
att.c Bluetooth: GATT: Expose ATT error codes to application callbacks 2016-02-17 15:05:34 +00:00
att_internal.h Bluetooth: Add public att.h header file 2016-02-17 15:05:08 +00:00
conn.c Bluetooth: Rename att.h to att_internal.h 2016-02-17 16:15:56 +02:00
conn_internal.h Bluetooth: BR/EDR: Handle IO Capability Response event 2016-02-26 06:22:54 +00:00
gatt.c Bluetooth: Change GATT callback return values to ssize_t 2016-02-20 15:39:33 +00:00
gatt_internal.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
hci_core.c Bluetooth: BR/EDR: Add initial SSP Complete 2016-02-26 08:43:31 +00:00
hci_core.h Bluetooth: Fix tracking of advertising state 2016-02-17 13:15:08 +00:00
keys.c Bluetooth: BR/EDR: Update keys management 2016-02-05 20:25:20 -05:00
keys.h Bluetooth: Use BIT() macro wherever possible 2016-02-19 10:47:29 +02:00
l2cap.c Bluetooth: L2CAP: Log an error if data cannot be sent 2016-02-18 10:01:05 +00:00
l2cap_internal.h Bluetooth: Add API to update LE connection parameters 2016-02-05 20:25:33 -05:00
smp.c Bluetooth: SMP: Clear keys on SMP Timeout and Pairing Failed 2016-02-26 06:54:40 +00:00
smp.h Bluetooth: Store LE SC Public Key in SMP code 2016-02-10 19:13:01 -05:00
smp_null.c Bluetooth: Move all bt_conn related APIs to conn.h 2016-02-05 20:25:19 -05:00
stack.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
uuid.c Bluetooth: fix bswap order when building 128bit UUIDs 2016-02-05 20:25:33 -05:00