]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
serial_bt: add support for JL AC6328 chips (RFCOMM and BLE)
[libsigrok.git] / src / libsigrok-internal.h
index 8bd78eba3946f6f37954928a81ffe82339193212..7499e15f547d1e131c88d9487ea2f0015ac16ff6 100644 (file)
@@ -1572,6 +1572,7 @@ struct sr_serial_dev_inst {
                SER_BT_CONN_BLE122,     /**!< BLE, BLE122 module, indications */
                SER_BT_CONN_NRF51,      /**!< BLE, Nordic nRF51, notifications */
                SER_BT_CONN_CC254x,     /**!< BLE, TI CC254x, notifications */
+               SER_BT_CONN_AC6328,     /**!< BLE, JL AC6328B, notifications */
                SER_BT_CONN_MAX,        /**!< sentinel */
        } bt_conn_type;
        char *bt_addr_local;