Vikrampal Yadav
|
df7452346f
|
monitor: Fix AVRCP rejected packet handling error
Rectified the handling of AVRCP rejected packets in btmon.
|
2014-08-20 14:41:27 +03:00 |
|
Vikrampal Yadav
|
58a2c3c0b6
|
monitor: Add AVRCP ListPlayerApplicationSettingAttributes support
Support for decoding AVRCP ListPlayerApplicationSettingAttributes
added in Bluetooth monitor.
|
2014-08-14 18:10:55 +03:00 |
|
Andrei Emeltchenko
|
bf672a2808
|
monitor: Fix use of uninitialized value
Fixes clang warnings below:
...
CC monitor/avctp.o
monitor/avctp.c:600:2: warning: Function call argument is an
uninitialized value
print_indent(indent, ctrl_pdu_data_color, "AVRCP: ",
pdu2str(pduid),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
monitor/display.h:47:2: note: expanded from macro 'print_indent'
printf("%*c%s%s%s%s" fmt "%s\n", (indent), ' ', \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
...
|
2014-08-13 15:30:04 +03:00 |
|
Vikrampal Yadav
|
dcd08628a2
|
monitor: Add AVRCP GetCapabilities support
Support for decoding AVRCP GetCapabilities added in
Bluetooth monitor.
|
2014-08-13 13:09:21 +03:00 |
|
Vikrampal Yadav
|
0cb017cb86
|
monitor: Add AV/C specific PDUs' error macros and functions
Added AV/C specific PDUs' error macros and functions in
Bluetooth monitor.
|
2014-08-13 13:09:21 +03:00 |
|
Vikrampal Yadav
|
f0bcb0ea2c
|
monitor: Add AVRCP specific AV/C PDUs' macros and helper functions
Added AVRCP specific AV/C PDUs related stuffs such as macros and
helper functions in Bluetooth monitor.
|
2014-08-13 13:09:21 +03:00 |
|
Vikrampal Yadav
|
3fd7e0684e
|
monitor: Handle AVRCP specific AV/C PDUs
Added handling of AVRCP specific AV/C PDUs.
|
2014-08-13 13:09:21 +03:00 |
|
Vikrampal Yadav
|
393258c266
|
monitor: Add AV/C commands related macros and helper functions
Added AV/C commands related stuffs such as macros and helper
functions in Bluetooth monitor.
|
2014-08-13 13:09:21 +03:00 |
|
Vikrampal Yadav
|
b5b11a3332
|
monitor: Add AVRCP specific AV/C commands support
Support for decoding AVRCP specific AV/C commands added in
Bluetooth monitor.
|
2014-08-13 13:09:20 +03:00 |
|
Luiz Augusto von Dentz
|
b4116446ce
|
monitor/avctp: Fix coding style
|
2014-08-12 11:19:58 +03:00 |
|
Vikrampal Yadav
|
5f43216313
|
monitor: Add AVCTP support to btmon
Support for decoding AVCTP packets added in Bluetooth monitor.
|
2014-07-31 15:35:04 +03:00 |
|