Return-Path: From: Andrzej Kaczmarek To: CC: , Andrzej Kaczmarek Subject: [PATCH v5 0/5] Bluetooth: Get Connection Information Date: Wed, 14 May 2014 13:43:01 +0200 Message-ID: <1400067786-10677-1-git-send-email-andrzej.kaczmarek@tieto.com> MIME-Version: 1.0 Content-Type: text/plain List-ID: Hi, Changes in v4: - include max_tx_power when declaring structs for 1st time, request will just reply with HCI_TX_POWER_INVALID without other patches for max_tx_power - fixed debugfs to have basic validation Changes in v5: - removed unnecessary #define from mgmt.h Andrzej Kaczmarek (5): Bluetooth: Add conn info lifetime parameters to debugfs Bluetooth: Add support to get connection information Bluetooth: Avoid polling TX power for LE links Bluetooth: Store max TX power level for connection Bluetooth: Add support for max_tx_power in Get Conn Info include/net/bluetooth/hci_core.h | 9 ++ include/net/bluetooth/mgmt.h | 12 +++ net/bluetooth/hci_conn.c | 1 + net/bluetooth/hci_core.c | 63 ++++++++++++ net/bluetooth/hci_event.c | 12 ++- net/bluetooth/mgmt.c | 213 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 309 insertions(+), 1 deletion(-) -- 1.9.3