Hi, Here are v2 patches which implement Get Connection Information mgmt command. As in v1, patches 1-5 provide implementation based on API v2 and patch 6 updates to API v3. Changes in v2: - fixed comments regarding naming - removed hci_request patch and used hci_sent_cmd_data() to retrieve hci_conn it works fine and code is quite simple, but it looks a bit hackish imo - some functions are renamed and comments added, hopefully request flow is now easier to follow Andrzej Kaczmarek (6): Bluetooth: Store TX power level for connection Bluetooth: Move eir_append_data up Bluetooth: Add support to get connection information Bluetooth: Make max age for connection information configurable Bluetooth: Avoid pooling TX power for LE links Bluetooth: Add support for max_tx_power in Get Conn Info include/net/bluetooth/hci.h | 11 ++ include/net/bluetooth/hci_core.h | 8 ++ include/net/bluetooth/mgmt.h | 17 +++ net/bluetooth/hci_conn.c | 2 + net/bluetooth/hci_core.c | 4 + net/bluetooth/hci_event.c | 45 +++++++ net/bluetooth/mgmt.c | 250 +++++++++++++++++++++++++++++++++++++-- 7 files changed, 326 insertions(+), 11 deletions(-) -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html