X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fserial_bt.c;h=9d7cfb2b2699fbedbddd8348ff6fa0a1a13f8eba;hp=678a0ce22c2c17568b26c2661bffe416efc2cc4b;hb=22fdb67fa0714c11cc0a58ee1423f55d18a4f080;hpb=c0aa074eb2d13c5d81e2caff8d243ca5f3feb3c6 diff --git a/src/serial_bt.c b/src/serial_bt.c index 678a0ce2..9d7cfb2b 100644 --- a/src/serial_bt.c +++ b/src/serial_bt.c @@ -24,9 +24,7 @@ #include #include -/** @cond PRIVATE */ #define LOG_PREFIX "serial-bt" -/** @endcond */ #ifdef HAVE_SERIAL_COMM #ifdef HAVE_BLUETOOTH @@ -109,8 +107,6 @@ static const char *conn_name_text(enum ser_bt_conn_t type) * * @return 0 upon success, non-zero upon failure. * - * @internal - * * Summary of parsing rules as they are implemented: * - Implementor's note: Automatic scan for available devices is not * yet implemented. So strictly speaking some parts of the input @@ -820,6 +816,7 @@ static struct ser_lib_functions serlib_bt = { * here, since the caller will cache/register them already. */ .set_params = std_dummy_set_params, + .set_handshake = std_dummy_set_handshake, .setup_source_add = ser_bt_setup_source_add, .setup_source_remove = ser_bt_setup_source_remove, .list = ser_bt_list,