Closed
Bug 863620
Opened 13 years ago
Closed 13 years ago
follow-up to bug 848414
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(blocking-b2g:tef+, firefox21 wontfix, firefox22 wontfix, firefox23 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
| blocking-b2g | tef+ |
People
(Reporter: echou, Assigned: gyeh)
References
Details
(Whiteboard: [fixed-in-birch], QARegressExclude)
Attachments
(3 files, 1 obsolete file)
|
2.02 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.03 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.61 KB,
patch
|
Details | Diff | Splinter Review |
We should respond to remote device with ERROR when we received unsupported commands. On branch v1.0.1, it works for most cases, except AT+CHLD. Only CHLD=1 & CHLD=2 are supported, but we still reply OK for CHLD=n (n != 1 or 2)
Please see bug 848414 comment 13 for more information.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → gyeh
| Assignee | ||
Comment 1•13 years ago
|
||
Nominated as tef? since Bug 848414 is a tef+.
Also, this bug is also related to Bluetooth Hfp certification. Should be land with the following bugs in order.
01. bug827204
02. bug827255
03. bug823346
04. bug827230
05. bug828798
06. bug827212, patch 1
06. bug827212, patch 2
07. bug827266
08. bug828175
09. bug846647
10. bug825861
11. bug825851
12. bug835740
Updated•13 years ago
|
blocking-b2g: tef? → tef+
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #739505 -
Flags: review?(echou)
| Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 739505 [details] [diff] [review]
Patch 1(v1): Send "ERROR" for unsupported value of AT+CHLD command
Review of attachment 739505 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #739505 -
Flags: review?(echou) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #739505 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•13 years ago
|
||
| Assignee | ||
Comment 6•13 years ago
|
||
| Assignee | ||
Comment 7•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [fixed-in-birch]
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/9a046cdb2695
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/7e410aa23c6c
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → fixed
status-firefox21:
--- → wontfix
status-firefox22:
--- → wontfix
status-firefox23:
--- → fixed
Comment 10•13 years ago
|
||
Unable to test here. Need Bluetooth log sniff tool to verify fix this bug. Need to be able to read the logs as each command is sent from the bluetooth headset to the phone under test.
Marking as QARegressExclude.
Whiteboard: [fixed-in-birch] → [fixed-in-birch], QARegressExclude
You need to log in
before you can comment on or make changes to this bug.
Description
•