]> sigrok.org Git - libsigrok.git/commit
serial_bt: add generic conn=bt/notify/<addr> "chip type"
authorGerhard Sittig <redacted>
Sun, 19 Mar 2023 16:51:26 +0000 (17:51 +0100)
committerGerhard Sittig <redacted>
Sun, 19 Mar 2023 21:40:08 +0000 (22:40 +0100)
commitdae34e302180a8c884f730b2587f6f9482984f42
treec8c97fb661f977befb3ae4c290a8488e34f21fd9
parent25d7c995203e89a73970d6a40fcc5d97697f07da
serial_bt: add generic conn=bt/notify/<addr> "chip type"

Add support for the rather generic 'notify' Bluetooth "chip type". This
avoids the necessity to come up with chip names for yet unsupported or
unknown BLE modules. Might be less confusing for users. All RX/TX/CCCD
handles must be provided by users.
src/libsigrok-internal.h
src/serial_bt.c