Closed
Bug 919861
Opened 11 years ago
Closed 11 years ago
[B2G] [Settings] Failed to connect a Bluetooth headset while already connected to another one
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:koi+, b2g-v1.2 fixed)
People
(Reporter: gyeh, Assigned: arthurcc)
References
Details
Attachments
(1 file)
Build info
* Gecko: v1.2, 85ead3614a3de104ca8b52c63a5b9b35c68feaa5
* Gaia: v1.2, 9d2150bd26ca5ff639114dfb0058d35ab871dcc0
STR
1. Turn on Bluetooth.
2. Connect to a Bluetooth headset (device A).
3. Tap another paired Bluetooth headset (device B).
4. Tap "Connect".
Expected result:
* A warning message should be shown for user.
* Disconnect with device A.
* Connect to device B.
Actual result:
* A error message is shown: "Check that the device you're trying to connect with is still in range and has Bluetooth turned on."
* Disconnect with device A.
* Didn't connect to device B.
Reporter | ||
Updated•11 years ago
|
blocking-b2g: --- → koi?
Reporter | ||
Updated•11 years ago
|
Blocks: b2g-bluetooth-a2dp
Comment 1•11 years ago
|
||
Triage: Seems to be a regression as previous versions would show a warning message. koi+
blocking-b2g: koi? → koi+
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → arthur.chen
Assignee | ||
Comment 2•11 years ago
|
||
Add a callback in the "setDeviceDisconnect" function to ensure the timing of the disconnection of the previous device. Please help review the change, thanks!
Attachment #810339 -
Flags: review?(ehung)
Comment 3•11 years ago
|
||
Comment on attachment 810339 [details]
link to https://github.com/mozilla-b2g/gaia/pull/12460
r=me, thanks!
Attachment #810339 -
Flags: review?(ehung) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Thanks for reviewing.
master: https://github.com/mozilla-b2g/gaia/commit/3381068ae32d5b1fb0f37eefe030c54c4dbd4494
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Uplifted 3381068ae32d5b1fb0f37eefe030c54c4dbd4494 to:
v1.2: 16ed9e10f9d9cc90c6437797c790b166f98c7a1f
status-b2g-v1.2:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•