Bluetooth: Connection Parameter Update Procedure
authorAndre Guedes <andre.guedes@openbossa.org>
Tue, 1 Jul 2014 21:10:08 +0000 (18:10 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:54 +0000 (17:42 +0200)
commit8e75b46a4f5d2c71b2f3ea632df1b15502514948
tree42b70a9e2dcfe7af383f3f1954bcab10084ce8f1
parent396e04f4bb9afefb0744715dc76d9abe18ee5fb0
Bluetooth: Connection Parameter Update Procedure

This patch adds support for LE Connection Parameters Request Link
Layer control procedure introduced in Core spec 4.1. This procedure
allows a Peripheral or Central to update the Link Layer connection
parameters of an established connection.

Regarding the acceptance of connection parameters, the LL procedure
follows the same approach of L2CAP procedure (see l2cap_conn_param_
update_req function). We accept any connection parameters values as
long as they are within the valid range.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci.h
net/bluetooth/hci_event.c