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

2016-09-08 Thread Amitkumar Karwar
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 introduced for receiving data from devices during prepare

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

2016-09-08 Thread Amitkumar Karwar
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 introduced for receiving data from devices during prepare phase. Signed-off-by: