android/gatt: Add connectable flag to device found callback

System Internals / BlueZ - Lukasz Rymanowski [tieto.com] - 18 December 2014 11:10 UTC

GATT is interested in advertising event type i.e if it is connectable or not. It is because GATT does not want to trigger connection to devices doing non-connectable advertising. This patch add such support.

49e25b9 android/gatt: Add connectable flag to device found callback
android/bluetooth.c | 9 ++++++---
android/bluetooth.h | 3 ++-
android/gatt.c | 10 +++++++---
3 files changed, 15 insertions(+), 7 deletions(-)

Upstream: git.kernel.org


  • Share