commit | d7c099fa532246cf8812ebf250b97026f0bbee7d | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Tue Apr 14 15:48:35 2015 +0200 |
committer | Szymon Janc <szymon.janc@tieto.com> | Thu Apr 16 13:23:31 2015 +0200 |
tree | c906b4c1f32d87ad826f9d6c66d3897470879c48 | |
parent | 75eaabf09f1007c68611f06637125cc87e41a701 [diff] |
android/avrcp-lib: Use void pointer in register_notification In this callback params vary depending on code. Passing those as void* allows to avoid extra memcpy that would be otherwise needed to avoid warnings due to increased alignment when casting.