From: Anantha Krishnan Date: Thu, 11 Sep 2014 19:20:02 +0530 Subject: [PATCH] bluetooth: Enable bluetooth low power mode functionality During periods of inactivity the bluetooth controller and the application processor will indicate each other to enter into low power mode and signal each other when they have data to be exchanged, thereby saving considerable amount of power. Change-Id: I9e0d579ac8a9d61a2ebde78b031f4101cb6bc443 Signed-off-by: Rupesh Tatiya --- tools/hciattach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hciattach.c b/tools/hciattach.c index 73811d4c4c2a..e3a915061440 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -1102,7 +1102,7 @@ struct uart_t uart[] = { FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm }, /* QCA ROME */ - { "qca", 0x0000, 0x0000, HCI_UART_H4, 115200, 115200, + { "qca", 0x0000, 0x0000, HCI_UART_IBS, 115200, 115200, FLOW_CTL, DISABLE_PM, NULL, qca, NULL }, /* QUALCOMM BTS */