Skip to content

Commit

Permalink
Bluetooth: debug: Use standard hex object specifiers in hci_event
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Gustavo Padovan <[email protected]>
  • Loading branch information
finikorg authored and Gustavo Padovan committed Jul 11, 2012
1 parent 89d8b40 commit 9f1db00
Showing 1 changed file with 85 additions and 85 deletions.
Loading

0 comments on commit 9f1db00

Please sign in to comment.