Linux bluetooth development
 help / color / mirror / Atom feed
* [RFC 0/8] Add initial support for GATT Client
@ 2014-03-13 18:46 Lukasz Rymanowski
  2014-03-13 18:46 ` [RFC 1/8] android/gatt: Use queue and stdlib instead of glib Lukasz Rymanowski
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lukasz Rymanowski @ 2014-03-13 18:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

This patch set add GATT clien scan, connect/disconnect
functionality.

Some changes in handling discovery has been done as
there are two clients of discovery: HAL and GATT

For now daemon makes sure that device is available before
connecting it. It is because in case device is not available
we would block connect to other devices.

Once white list will be available we can simplify that code.

I'm sending also fixed Grzegorz and Jakub patches to avoid
rebasing.

Grzegorz Kolodziejczyk (1):
  android/gatt: Use queue and stdlib instead of glib

Jakub Tyszkowski (5):
  android/gatt: Change name of match functions
  android/bluetooth: Refactor start/stop discovery
  android/bluetooth: Move start discovery function up in the file
  android/bluetooth: Add GATT notifications on LE discovery
  android/gatt: Use Core profile for LE scan

Lukasz Rymanowski (2):
  android/gatt: Add GATT Connect
  android/gatt: Add disconnect GATT device

 android/Android.mk  |   4 +
 android/Makefile.am |   3 +
 android/bluetooth.c | 195 ++++++++++++----
 android/bluetooth.h |   7 +
 android/gatt.c      | 623 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 773 insertions(+), 59 deletions(-)

-- 
1.8.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-13 23:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 18:46 [RFC 0/8] Add initial support for GATT Client Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 1/8] android/gatt: Use queue and stdlib instead of glib Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 2/8] android/gatt: Change name of match functions Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 3/8] android/bluetooth: Refactor start/stop discovery Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 4/8] android/bluetooth: Move start discovery function up in the file Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 5/8] android/bluetooth: Add GATT notifications on LE discovery Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 6/8] android/gatt: Use Core profile for LE scan Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 7/8] android/gatt: Add GATT Connect Lukasz Rymanowski
2014-03-13 18:46 ` [RFC 8/8] android/gatt: Add disconnect GATT device Lukasz Rymanowski
2014-03-13 23:11 ` [RFC 0/8] Add initial support for GATT Client Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox