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
Currently there is an A2DP snippet, which controls whether media playback(Media audio in BT settings) is connected/disconnected. But in my device BT settings (Samsung Galaxy S9), there is also a setting to connect/disconnect Call audio. Is there a profile that we can use to connect/disconnect all profiles (A2DP & calls) through snippet? That would be very useful.
The text was updated successfully, but these errors were encountered:
Seems like you can simply create a python util to call disconnect all the profiles you want to disconnect?
MBS is meant to more or less mirror the Android APIs. Is there an Android API that does what you want?
I just started exploring mobly-bundled-snippets to see if it serves my purpose of disconnecting all profiles, but currently is only disconnecting A2DP(Media). I dont know any other way of disconnecting other profiles on Android yet. I will have to find more details about this. Just wanted to check here, if someone had requested similar requirement.
Hello,
Currently there is an A2DP snippet, which controls whether media playback(Media audio in BT settings) is connected/disconnected. But in my device BT settings (Samsung Galaxy S9), there is also a setting to connect/disconnect Call audio. Is there a profile that we can use to connect/disconnect all profiles (A2DP & calls) through snippet? That would be very useful.
The text was updated successfully, but these errors were encountered: