RE: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks to hci_uart_proto structure.

2016-05-05 Thread Amitkumar Karwar
thi Bhat > Subject: Re: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks > to hci_uart_proto structure. > > On Thu, 5 May 2016 08:08:20 -0700 > Amitkumar Karwar <akar...@marvell.com> wrote: > > > From: Ganapathi Bhat <gb...@marvell.com> > > &

RE: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks to hci_uart_proto structure.

2016-05-05 Thread Amitkumar Karwar
thi Bhat > Subject: Re: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks > to hci_uart_proto structure. > > On Thu, 5 May 2016 08:08:20 -0700 > Amitkumar Karwar wrote: > > > From: Ganapathi Bhat > > > > The new callback is used to prepar

Re: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks to hci_uart_proto structure.

2016-05-05 Thread One Thousand Gnomes
On Thu, 5 May 2016 08:08:20 -0700 Amitkumar Karwar wrote: > From: Ganapathi Bhat > > The new callback is used to prepare the device before HCI becomes > ready. One can use this to download firmware if the download process > doesn't use HCI commands. Also

Re: [PATCH v10 1/3] Bluetooth: hci_uart: add prepare callbacks to hci_uart_proto structure.

2016-05-05 Thread One Thousand Gnomes
On Thu, 5 May 2016 08:08:20 -0700 Amitkumar Karwar wrote: > From: Ganapathi Bhat > > The new callback is used to prepare the device before HCI becomes > ready. One can use this to download firmware if the download process > doesn't use HCI commands. Also recv_for_prepare callback is >