-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
bugA defect in the libraryA defect in the library
Description
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
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA defect in the libraryA defect in the library