]> sigrok.org Git - libsigrok.git/commitdiff
serial_bt: add UM25C to list of known device names
authorGerhard Sittig <redacted>
Wed, 15 Mar 2023 23:37:52 +0000 (00:37 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
Register that RFCOMM can be used when the device name is UM25C.

src/serial_bt.c

index f40cd736cd96da0c0f41f822c978bf3dd605d7d6..d950b69923de08bb961d7f76f0a5071ddc066c08 100644 (file)
@@ -62,6 +62,7 @@ static const struct scan_supported_item {
        { "121GW", SER_BT_CONN_BLE122, },
        { "Adafruit Bluefruit LE 8134", SER_BT_CONN_NRF51, },
        { "HC-05", SER_BT_CONN_RFCOMM, },
+       { "UM25C", SER_BT_CONN_RFCOMM, },
        { NULL, SER_BT_CONN_UNKNOWN, },
 };