diff --git a/src/descriptor.c b/src/descriptor.c index 824e496..2f8a2e0 100644 --- a/src/descriptor.c +++ b/src/descriptor.c @@ -565,10 +565,11 @@ static int dc_filter_mares (dc_transport_t transport, const void *userdata) { static const char * const bluetooth[] = { "Mares bluelink pro", + "Mares Genius", }; if (transport == DC_TRANSPORT_BLE) { - return DC_FILTER_INTERNAL (userdata, bluetooth, 0, dc_match_name); + return DC_FILTER_INTERNAL (userdata, bluetooth, 0, dc_match_prefix); } return 1;