Closed
Bug 800313
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] Refine system messages interface for bluetooth file-sharing app
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(1 file)
|
9.13 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
After talking to Ian Liu, who is in charge of Bluetooth file-sharing app, we decided to:
* Fire a new system message "bluetooth-opp-transfer-start" to system app. Not only let system app be able to get more detail about the file, but also an indication for system app making UI change.
* Add "device address" to parameters of existing system messages. The reason why doing this is because OPP will be capable of transferring with more than one device at the same time, so we need device address as an identification for system app distinguishing which session is completed when it gets the message.
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 1•13 years ago
|
||
The variable mConnectedDeviceAddress should be valid after bug 800249 lands. Please check comments I left in ctor of BluetoothOppManager for more information.
Attachment #670329 -
Flags: review?(kyle)
| Assignee | ||
Comment 2•13 years ago
|
||
In addition, I changed the naming of parameters in system message, from 'filename' to 'fileName', according to Ian's suggestion.
Updated•13 years ago
|
Attachment #670329 -
Flags: review?(kyle) → review+
Updated•13 years ago
|
blocking-basecamp: ? → +
| Assignee | ||
Comment 3•13 years ago
|
||
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 6•13 years ago
|
||
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•