commit | 9f1db00cdc9429593a887c20fb4372a6fb82a96c | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Wed Jul 11 14:32:43 2012 +0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Jul 11 09:56:03 2012 -0300 |
tree | 94fb9001641c0db5ba2c5bce8918fcfdaaae3221 | |
parent | 89d8b4078921023c52551b641b647352751ae714 [diff] |
Bluetooth: debug: Use standard hex object specifiers in hci_event To help debugging printed hex object use standard bluetooth specifiers in hci_event. The patch changes format from 0x%04x to 0x%4.4x; print manufacturer id and handle in hex instead of int; print opcode always in 0x%4.4x format; status in 0x%2.2x. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>