From: Andre Guedes Date: Mon, 3 Feb 2014 16:56:18 +0000 (-0300) Subject: Bluetooth: Introduce connection parameters list X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15819a7065ac46eb804498bb7ccbba60d8f7d4d5;p=pandora-kernel.git Bluetooth: Introduce connection parameters list This patch adds to hdev the connection parameters list (hdev->le_ conn_params). The elements from this list (struct hci_conn_params) contains the connection parameters (for now, minimum and maximum connection interval) that should be used during the connection establishment. Moreover, this patch adds helper functions to manipulate hdev->le_ conn_params list. Some of these functions are also declared in hci_core.h since they will be used outside hci_core.c in upcoming patches. Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed