Closed
Bug 799138
Opened 13 years ago
Closed 13 years ago
[b2g-bluetooth] Handle Connect/Disconnect/Put requests sent from remote devices
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: echou, Assigned: echou)
References
Details
(Whiteboard: [LOE:S])
Attachments
(1 file)
|
8.23 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
When remote bluetooth devices connect to our Object Push service and tend to send file to us, they will send Connect/Put/Disconnect request in sequence. We need message handlers to deal with these messages.
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 1•13 years ago
|
||
In this patch, we don't really save the file which is contained within the PUT request because I think that would make this bug more complicated. I'll file another bug for that, here I'm just trying to handle multi-packets PUT request correctly.
Attachment #669182 -
Flags: review?(kyle)
blocking-basecamp: ? → +
Updated•13 years ago
|
blocking-basecamp: + → ?
Updated•13 years ago
|
Attachment #669182 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•13 years ago
|
blocking-basecamp: ? → +
Comment 5•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•