Hi Andrei, On Mon, Mar 17, 2014 at 10:42 AM, Andrei Emeltchenko <andrei.emeltchenko.news@xxxxxxxxx> wrote: > On Mon, Mar 17, 2014 at 10:08:47AM +0200, Luiz Augusto von Dentz wrote: >> From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> >> >> --- >> android/avrcp-lib.c | 32 ++++++++++++++++++++++++++++++++ >> android/avrcp-lib.h | 2 ++ >> 2 files changed, 34 insertions(+) >> >> diff --git a/android/avrcp-lib.c b/android/avrcp-lib.c >> index ca01b50..9c19092 100644 >> --- a/android/avrcp-lib.c >> +++ b/android/avrcp-lib.c >> @@ -261,6 +261,37 @@ void avrcp_set_destroy_cb(struct avrcp *session, avrcp_destroy_cb_t cb, >> session->destroy_data = user_data; >> } >> >> +static ssize_t get_capabilities(struct avrcp *session, uint8_t transaction, > > Should it be handle_get_capabilities() to make it consistent with the > other code. I deliberately changed the name to avoid copying code around without checking and to match the exact name that is used for the callback. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html