zephyr/include/bluetooth
Arkadiusz Lichwa 7b2799da1c Bluetooth: BR/EDR: Handle User Confirmation Request event
Enables processing, as pairing acceptor, user interactive passkey
confirmation request if local and remote IO Capabilities supports
'display yes/no'. Based on such validation, both parties can confirm
interactively passkey value or JustWorks (auto-accept) model is used.

> HCI Event: Command Complete (0x0e) plen 10
	IO Capability Request Reply (0x01|0x002b) ncmd 1
	Status: Success (0x00)
	Address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd)
> HCI Event: User Confirmation Request (0x33) plen 10
	Address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd)
	Passkey: 565990
< HCI Command: User Confirmation Request Reply (0x01|0x002c) plen 6
	Address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd)
> HCI Event: Command Complete (0x0e) plen 10
	User Confirmation Request Reply (0x01|0x002c) ncmd 1
	Status: Success (0x00)
	Address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd)
> HCI Event: Simple Pairing Complete (0x36) plen 7
	Status: Success (0x00)
	Address: 00:1A:7D:DA:71:13 (cyber-blue(HK)Ltd)

Change-Id: Ice7a57a1c6150c10ea22402554954ed84aa94d0e
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
2016-03-21 11:10:47 +00:00
..
att.h Bluetooth: ATT: Add Common Profile Error Codes 2016-02-17 15:05:16 +00:00
bluetooth.h bluetooth doc: Fix parameter name in documentation 2016-02-11 20:11:03 +00:00
conn.h Bluetooth: Add support for outgoing BR/EDR connections 2016-03-14 11:37:11 +00:00
driver.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
gatt.h Bluetooth: GATT: Add bt_gatt_indicate 2016-03-07 16:44:15 +00:00
hci.h Bluetooth: BR/EDR: Handle User Confirmation Request event 2016-03-21 11:10:47 +00:00
l2cap.h Bluetooth: L2CAP: Add more descriptive documentation 2016-03-08 11:44:43 +00:00
log.h Bluetooth: Add missing nanokernel.h dependency to log.h 2016-02-05 20:25:26 -05:00
uuid.h Bluetooth: Add Cycling Speed and Cadence Service related UUID defs 2016-02-16 10:49:50 +00:00