Closed
Bug 878005
Opened 12 years ago
Closed 12 years ago
[b2g-bluetooth] Should reply "ERROR" when receiving invalid memory location of "ATD>nnn" command
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(blocking-b2g:tef+, firefox22 wontfix, firefox23 wontfix, firefox24 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 fixed, b2g-v1.1hd fixed)
People
(Reporter: gyeh, Assigned: echou)
References
Details
(Whiteboard: [fixed-in-birch][status: landed])
Attachments
(3 files, 1 obsolete file)
5.16 KB,
patch
|
Details | Diff | Splinter Review | |
5.19 KB,
patch
|
Details | Diff | Splinter Review | |
5.19 KB,
patch
|
Details | Diff | Splinter Review |
Although we haven't supported memory dialing in Firefox OS yet, we still have to reply "ERROR" when receiving invalid memory location in "ATD>nnn" command for BT certification.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → tef?
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → echou
Blocks: bt-certi-blocking
Assignee | ||
Comment 1•12 years ago
|
||
* Send system message 'ATD>' to Gaia instead of sending 'BLDN' when receive 'ATD>' from headset
Attachment #756469 -
Flags: review?(gyeh)
Assignee | ||
Comment 2•12 years ago
|
||
Nominate as tef+ since we need this (and bug 878006 as well, Dialer app support) for BT certification. It's almost the last blocker. Thank you.
Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 756469 [details] [diff] [review]
patch 1: v1: send system message 'ATD>' to Gaia instead of sending 'BLDN' when receive 'ATD>' from headset
Review of attachment 756469 [details] [diff] [review]:
-----------------------------------------------------------------
I have no critical problem with that. Only a naming issue as commented.
::: dom/bluetooth/BluetoothHfpManager.cpp
@@ +894,1 @@
> mBLDNProcessed = false;
We might want to rename the data member.
Attachment #756469 -
Flags: review?(gyeh) → review+
Comment 5•12 years ago
|
||
batch update on tef+ milestones. partner to make a final on 6/3 Asia time. TEF+ needs to be resolved by 6/3 to be in the final build. thanks
Target Milestone: --- → 1.0.1 IOT3 (3jun)
Assignee | ||
Comment 6•12 years ago
|
||
* name of the member variable is modified.
Attachment #756469 -
Attachment is obsolete: true
Assignee | ||
Comment 7•12 years ago
|
||
* b2g18-specific patch
Assignee | ||
Comment 8•12 years ago
|
||
* v1.0.1-specific patch
Assignee | ||
Comment 9•12 years ago
|
||
Whiteboard: [fixed-in-birch]
Updated•12 years ago
|
status-b2g18:
--- → ?
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → ?
status-b2g-v1.1hd:
--- → ?
Updated•12 years ago
|
Whiteboard: [fixed-in-birch] → [fixed-in-birch][status: uplift needed]
Updated•12 years ago
|
Flags: needinfo?(ryanvm)
Updated•12 years ago
|
Assignee | ||
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-birch][status: uplift needed] → [fixed-in-birch][status: landed, uplift needed]
Assignee | ||
Comment 11•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g18/rev/3f274ad25d7e
https://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/aefb60f1ca66
Whiteboard: [fixed-in-birch][status: landed, uplift needed] → [fixed-in-birch][status: landed]
Assignee | ||
Comment 12•12 years ago
|
||
Comment 13•12 years ago
|
||
Updated•12 years ago
|
status-firefox22:
--- → wontfix
status-firefox23:
--- → wontfix
status-firefox24:
--- → fixed
Flags: needinfo?(ryanvm)
You need to log in
before you can comment on or make changes to this bug.
Description
•