commit | 1670f3851ff649aafe2327a06c450a4497319e96 | [log] [tgz] |
---|---|---|
author | Royston Rodrigues <roystonr@codeaurora.org> | Tue Feb 28 21:39:10 2012 +0530 |
committer | Royston Rodrigues <roystonr@codeaurora.org> | Mon Mar 12 21:15:24 2012 +0530 |
tree | 85423cf3b20392ff313e4d34dfab38d0e13c123c | |
parent | bd404367576fa00bde02187899ba3824fb8a48f2 [diff] |
Bluetooth: Clear HCI_INQUIRY flags for successive inquiry scans to succeed HCI_INQUIRY flags wasn't cleared thereby causing successive inquiry scans triggered via IOCTLs to fail as connection timeout. As a consequence successive device scans triggered by Bluez tool (hcitool) failed. Now HCI_INQUIRY flags are cleared irrespective of device type being BR/EDR or LE. Change-Id: Ic5e4804b52f18a46940f38d1e14e8c6825fa97bb Signed-off-by: Royston Rodrigues <roystonr@codeaurora.org>