Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Autopair plugin
@ 2013-04-23 18:03 Alex Deymo
  2013-04-23 18:04 ` [PATCH v3 1/8] core: Convert the pincode callback to an interable list Alex Deymo
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Alex Deymo @ 2013-04-23 18:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, keybuk, Alex Deymo

Verified and applied this patchset to HEAD with the syntax checks.
Some little checks and typos fixed. There is only one warning about
CamelCase with GSList * (ignored).

Sorry for the inconvenience.
Alex.

Alex Deymo (8):
  core: Convert the pincode callback to an interable list.
  plugins: Extend the pin code callback with the call number
  core: Add support for retrying a bonding
  core: retry bonding attempt until the iterator reaches the end.
  core: Add device_get_class to the public interface.
  autopair: Add the autopair plugin.
  core: Expose the last bonding attempt timeout on retry
  autopair: Try a fixed pincode for keyboards rejecting random codes

 Makefile.plugins   |   3 +
 plugins/autopair.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/wiimote.c  |   7 ++-
 src/adapter.c      | 167 +++++++++++++++++++++++++++++++++++++++++++++--------
 src/adapter.h      |  10 +++-
 src/device.c       | 132 +++++++++++++++++++++++++++++++++++++++++-
 src/device.h       |   7 +++
 7 files changed, 464 insertions(+), 27 deletions(-)
 create mode 100644 plugins/autopair.c

-- 
1.8.2.1

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

end of thread, other threads:[~2013-04-24 14:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 18:03 [PATCH v3 0/8] Autopair plugin Alex Deymo
2013-04-23 18:04 ` [PATCH v3 1/8] core: Convert the pincode callback to an interable list Alex Deymo
2013-04-24 11:24   ` Johan Hedberg
2013-04-24 11:42   ` Johan Hedberg
2013-04-23 18:04 ` [PATCH v3 2/8] plugins: Extend the pin code callback with the call number Alex Deymo
2013-04-23 18:04 ` [PATCH v3 3/8] core: Add support for retrying a bonding Alex Deymo
2013-04-24 11:29   ` Johan Hedberg
2013-04-23 18:04 ` [PATCH v3 4/8] core: retry bonding attempt until the iterator reaches the end Alex Deymo
2013-04-24 11:32   ` Johan Hedberg
2013-04-23 18:04 ` [PATCH v3 5/8] core: Add device_get_class to the public interface Alex Deymo
2013-04-23 18:04 ` [PATCH v3 6/8] autopair: Add the autopair plugin Alex Deymo
2013-04-23 18:04 ` [PATCH v3 7/8] core: Expose the last bonding attempt timeout on retry Alex Deymo
2013-04-24 11:37   ` Johan Hedberg
2013-04-24 14:03     ` Marcel Holtmann
2013-04-23 18:04 ` [PATCH v3 8/8] autopair: Try a fixed pincode for keyboards rejecting random codes Alex Deymo

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