All of lore.kernel.org
 help / color / mirror / Atom feed
* android/handsfree.c | Possible Fix | Review
@ 2015-04-01 13:10 Prabhu Chawandi
  2015-04-01 14:11 ` Szymon Janc
  0 siblings, 1 reply; 3+ messages in thread
From: Prabhu Chawandi @ 2015-04-01 13:10 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

  When we were testing handsfree we were seeing command is not being
identified and when looked size was  sent zero when we set it as below
it started working.

static const struct ipc_handler sco_handlers[] = {
        /* SCO_OP_GET_FD */
-        { bt_sco_get_fd, false, 0 }
};


static const struct ipc_handler sco_handlers[] = {
        /* SCO_OP_GET_FD */
 +       { bt_sco_get_fd, false, sizeof(struct sco_cmd_get_fd) }
};

one request -  have you documented anywhere the sequence of commands
to test each profiles supported till now. if we get the the proper
sequences we can validate much faster stabilising the code. Else we
need to spend time in identifying the sequences.

So, if you have documented anywhere request you to share,

ManyThanks,
Prabhu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-01 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 13:10 android/handsfree.c | Possible Fix | Review Prabhu Chawandi
2015-04-01 14:11 ` Szymon Janc
2015-04-01 14:59   ` Prabhu Chawandi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.