From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> The code adds AMP HCI commands from A2MP protocol. HCI events are handled similar way as mgmt interface. amp_pending is a kind of copy of mgmt_pending. Andrei Emeltchenko (3): Bluetooth: AMP: HCI infrastructure Bluetooth: AMP: Initialize and free amp_pending Bluetooth: AMP: Read Local AMP Info include/net/bluetooth/hci_core.h | 1 + net/bluetooth/a2mp.c | 4 + net/bluetooth/amp.c | 141 ++++++++++++++++++++++++++++++++++++++ net/bluetooth/hci_core.c | 7 ++ net/bluetooth/hci_event.c | 4 + 5 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 net/bluetooth/amp.c -- 1.7.4.1 -- 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