OSDN Git Service

android/gatt: Fix scan handling
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>
Sun, 23 Mar 2014 20:20:08 +0000 (21:20 +0100)
committerSzymon Janc <szymon.janc@tieto.com>
Mon, 24 Mar 2014 13:03:57 +0000 (14:03 +0100)
commit0a783f1163ff228047039a5b47934d19f7276700
treee18f6b401887bd3b65f95218b0c8b63bae33e87c
parentf438cac1b4cdbc5adc17dc348e18f4efcfb366b6
android/gatt: Fix scan handling

Android has its own ScanQueue which is used for tracking scanning
clients which means we do not have to have this logic internally.

Android will call Scan Off only when his scanQueue is empty.
android/gatt.c