]> sigrok.org Git - libsigrok.git/commit
bt: drop bt_put_le16() dependency (not universally available)
authorGerhard Sittig <redacted>
Fri, 6 Sep 2019 15:43:05 +0000 (17:43 +0200)
committerGerhard Sittig <redacted>
Sun, 26 Jul 2020 08:47:59 +0000 (10:47 +0200)
commit3b13990f7d193e8276eb7da27ab9a1fb8f01ee95
treef582cd6a3c4a80d2f9457203686c77751479f82f
parentf8a8d4bb70328c77021263fde8c8ca672123be42
bt: drop bt_put_le16() dependency (not universally available)

Eliminate the dependency on the non-portable bt_put_le16() routine. It
isn't available in all supported BlueZ versions, and won't be available
in other platform backends. Prefer write_u16le() which is available on
all sigrok supported platforms.
configure.ac
src/bt/bt_bluez.c