]> sigrok.org Git - libsigrok.git/commit
bluetooth: introduce Bluetooth communication API, implement BlueZ support
authorGerhard Sittig <redacted>
Sun, 30 Dec 2018 19:46:51 +0000 (20:46 +0100)
committerUwe Hermann <redacted>
Tue, 4 Jun 2019 16:52:40 +0000 (18:52 +0200)
commit7c8ae47dcb3ba2e31a377da9624a7b07a41694b3
tree535f7c130ba42db7a8362aaf15997bb49ee54241
parentf085705f4888f8127c80539e0fcd1cb3974bdff2
bluetooth: introduce Bluetooth communication API, implement BlueZ support

Create a src/bt/ subdirectory for source files. Declare a platform
agnostic internal API for Bluetooth communication, and provide an
implementation of that portable API when the BlueZ library is available.

This implementation assumes that HAVE_BLUETOOTH and HAVE_LIBBLUEZ can be
used interchangeably, which is true for this initial version. When
support for other platforms gets added, the common and the specific
parts need to get sorted. Trying that now would involve guessing. :)
Makefile.am
src/bt/bt_bluez.c [new file with mode: 0644]
src/libsigrok-internal.h