You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only testing on Android right now, and I've used older version of the library (3.3.0) as well as the latest one, my Sony WH-1000XM5 headphones just do not show up to the availableAudioDevice
However, attaching WIRED_HEADSET (USB Headset) works and the event even fires. So BLUETOOTH is just not being listed, at least with the device I tested just now.
Any clue why? BLUETOOTH permission for Android is given, verified to be at AndroidManifest.xml; (both BLUETOOTH (sdk 30) and BLUETOOTH_CONNECT) with newer library do we specifically have to request for bluetooth permission?
Hello, i am trying to get the list of all audio devices wich are connected to a android phone.
//output: ["EARPIECE","SPEAKER_PHONE"]
//expected output: ["BLUETOOTH","EARPIECE","SPEAKER_PHONE"]
I am trying it with a bluetooth speaker and with airpods on a xiaomi redmi 12 phone.
The text was updated successfully, but these errors were encountered: