From: Andrzej Kaczmarek Date: Wed, 14 May 2014 11:43:03 +0000 (+0200) Subject: Bluetooth: Add support to get connection information X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~43^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9838087b8c2b45c7976e46290749732d7af9d5;p=pandora-kernel.git Bluetooth: Add support to get connection information This patch adds support for Get Connection Information mgmt command which can be used to query for information about connection, i.e. RSSI and local TX power level. In general values cached in hci_conn are returned as long as they are considered valid, i.e. do not exceed age limit set in hdev. This limit is calculated as random value between min/max values to avoid client trying to guess when to poll for updated information. Signed-off-by: Andrzej Kaczmarek Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed