d4rken-org / bluemusic

An Android app that automates Bluetooth device specific actions such as volume adjustments.
GNU General Public License v3.0
99 stars 5 forks source link

Bluetooth device is not (correctly) recognized #84

Open Marcus-En opened 1 month ago

Marcus-En commented 1 month ago

Hello,

I have a WunderLINQ adapter from https://blackboxembedded.com/ on my motorbike. It is a kind of intelligent DB2 CAN bus to BT bridge, but has NO AUDIO function. I have an early V1 hardware version. The adaptor in linked via bluetooth to my smartphone and works properly. In my cellphone the name of the device is "WunderLINQ". I can add it in your app (premium) with the "+" in the devices overview and it gets listed there.

But it ALWAYS get listed as "Never seen" / "Nie gesehen" in the app and so never When the WunderLinq actually is connected, I get a the following notification: "No devices found. Waiting for WunderLINQ, to complete the connection (#XX)" (my translation from german) "Keine Geräte verbunden. Auf WunderLINQ wartend, um die Verbindung fertigzustellen (#XX)" While this dialog is changing every few seconds, from "No device found" to "No device found. Waiting for WunderLINQ to complete the connection (#XX)" and back, with XX counting up each 'try'.

Is the problem maybe caused by the missing audio function of the device?

Certainly I use the app to control the volume for some devices. But I simply miss the function to start a particular android app, when the WunderLinq device gets connected. Maybe I find another app to fulfill that small task.

Any idea??

Thanks for your support.

d4rken commented 1 month ago

Hm, I don't think the audio functionality is required.

Check under advanced settings that the extra profiles are not disabled:

https://github.com/d4rken-org/bluemusic/blob/59485dfa03da66d0f0fd4144c8af28e73ce179c4/app/src/main/java/eu/darken/bluemusic/bluetooth/core/LiveBluetoothSource.java#L210-L222

Besides that, maybe the WunderLINQ adapter is not making a direct connection, does the system show the device as "connected" in the list of Bluetooth devices?