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
The evolution proposal [SDL 0230] SPP resource management for Android (#1132) was introduced to alert the user when SDL was unable to obtain an RFCOMM channel. This was likely due to too many other apps using BT RFCOMM channels. However, a bug exists in a sort of race condition that will incorrectly alerts the user. The occurence rate of this issue is small and it is not a high priority issue; the fix is to likely just check if the default BT adapter is enabled before presenting the notification
Reproduction Steps
Install SDL app that supports USB
Connect BT and ensure router service is started and connects
Connect AOA, wait for USB connection to be established
Turn off BT adapter on phone
If notification doesn't appear, turn BT back on and off until it does
Expected Behavior
No notification should be shown to user stating too many apps using BT when the BT adapter is off
Observed Behavior
Sometimes the notification is shown to user stating too many apps using BT when the BT adapter is off
The text was updated successfully, but these errors were encountered:
Bug Report
The evolution proposal [SDL 0230] SPP resource management for Android (#1132) was introduced to alert the user when SDL was unable to obtain an RFCOMM channel. This was likely due to too many other apps using BT RFCOMM channels. However, a bug exists in a sort of race condition that will incorrectly alerts the user. The occurence rate of this issue is small and it is not a high priority issue; the fix is to likely just check if the default BT adapter is enabled before presenting the notification
Reproduction Steps
Expected Behavior
No notification should be shown to user stating too many apps using BT when the BT adapter is off
Observed Behavior
Sometimes the notification is shown to user stating too many apps using BT when the BT adapter is off
The text was updated successfully, but these errors were encountered: