commit | 6b44d9b8d96b37f72ccd7335b32f386a67b7f1f4 | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Tue May 29 13:59:07 2012 +0300 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Tue Jun 05 06:34:12 2012 +0300 |
tree | 5bbcf9598ae79f777e6af5fd1b2ab43fc8f34679 | |
parent | e7af522e04bcf68caae6802722efc5c6e8fa63a7 [diff] |
Bluetooth: A2MP: Process A2MP messages Implement basic processing for AMP Manager Protocol (A2MP). Example below shows processing unrecognized command. ... > ACL data: handle 11 flags 0x02 dlen 12 A2MP: code 0x00 ident 3 len 0 < ACL data: handle 11 flags 0x00 dlen 14 A2MP: Command Reject: reason (0) - Command not recognized ... Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>