]> sigrok.org Git - libsigrok.git/commit
serial_bt: implement the serial over Bluetooth transport (conn=bt/...)
authorGerhard Sittig <redacted>
Thu, 27 Dec 2018 21:12:20 +0000 (22:12 +0100)
committerUwe Hermann <redacted>
Tue, 4 Jun 2019 16:53:04 +0000 (18:53 +0200)
commitb79c3422789d181ad47d4a3707d18d7feea73b5d
tree31686a1bdde83a7103f2df0f28927a1ab48ad2a5
parent7c8ae47dcb3ba2e31a377da9624a7b07a41694b3
serial_bt: implement the serial over Bluetooth transport (conn=bt/...)

Introduce the serial_bt.c source file which implements the methods of a
serial transport and calls into the platform agnostic src/bt/ support
code.

Implement support for several chips and modules: RFCOMM (BT classic,
tested with HC-05), BLE122 (tested with 121GW), Nordic nRF51, and TI
CC254x (the latter untested). Read support is assumed to be complete,
write support for BLE may be incomplete due to lack of access to
hardware for tests.
Makefile.am
src/libsigrok-internal.h
src/serial.c
src/serial_bt.c [new file with mode: 0644]