zephyr/net/bluetooth
Arkadiusz Lichwa d3dc91e73a Bluetooth: Initiate LE Exchange Remote Features
Adds host bits to initiate LL LE Exchange Feature procedure if
supported. Both the master and slave can initate it for controllers
newer than 4.0. For 4.0 controllers only master can do that.
Inform upper stack layers of the slave about the connection is ready
to use only when LE Exchange Feature isn't supported. Otherwise
upper layers shall be notified about new connection when Connection
Parameters Update procedure is finished.

Change-Id: Ief29744e498873f79fc6f62f98c083fecaeae24e
Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:15:37 -05:00
..
att.c Bluetooth: ATT: Be more consistent with bt_buf variable names 2016-02-05 20:15:37 -05:00
att.h
buf.c
conn_internal.h Bluetooth: Move connection callbacks to the conn.c 2016-02-05 20:15:37 -05:00
conn.c Bluetooth: Move connection callbacks to the conn.c 2016-02-05 20:15:37 -05:00
gatt.c
hci_core.c Bluetooth: Initiate LE Exchange Remote Features 2016-02-05 20:15:37 -05:00
hci_core.h
Kconfig
keys.c
keys.h Bluetooth: Store if generated keys are authenticated 2016-02-05 20:15:37 -05:00
l2cap.c Bluetooth: Initiate LE Exchange Remote Features 2016-02-05 20:15:37 -05:00
l2cap.h Bluetooth: Make bt_l2cap_update_conn_param to be non-void function 2016-02-05 20:15:37 -05:00
Makefile
smp.c Bluetooth: SMP: Use flag for tracking if encryption pending 2016-02-05 20:15:37 -05:00
smp.h
uuid.c