commit | 19e91b0fe546478f6fb6572c8af7a5faa7559498 | [log] [tgz] |
---|---|---|
author | Nitin Arora <niarora@codeaurora.org> | Wed Mar 11 10:40:59 2015 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Jun 08 01:44:09 2015 -0700 |
tree | 722e6d838b03547f73d20801189680102e2e5079 | |
parent | 033edab9780481ca743d1f14cc893dc533c3c3f2 [diff] |
Fix for premature BLE RPA timeout RPA timeout expires prematurely when multiple FindMe server instances start and stop advertisiment continuously. During start adv TIMER3 is started using oneshot timer and during stop adv same TIMER0 is stopped, so the TIMER3 is still running and expires prematurely. This fix stops TIMER3 during disable adv and when RPA is sent to controller. Change-Id: I336f84043e5e0e8a833cc6080f8bcc0c1665893e