Closed
Bug 1088591
Opened 10 years ago
Closed 10 years ago
System with BlueTooth APIv2
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S8 (7Nov)
People
(Reporter: gasolin, Assigned: gasolin)
References
Details
(Whiteboard: [p=5])
After BluetoothHelper v2 is ready we could apply new API to system
the scope might contain
system/js/airplane_mode.js
system/js/bluetooth.js
system/js/nfc_handover_manager.js
power_save.js
quick_settings.js
system/js/statusbar.js
system/js/system_nfc_connect_dialog.js
the callscreen would be treated separately
Assignee | ||
Comment 1•10 years ago
|
||
The work should keep v1 API compatibility. we may remove v1 support once we fully switched to v2 API.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → gasolin
Whiteboard: [p=5]
Target Milestone: --- → 2.1 S8 (7Nov)
Assignee | ||
Comment 2•10 years ago
|
||
following file use Bluetooth.isProfileConnected method
system/js/screen_manager.js
system/js/sound_manager.js
apps/system/js/statusbar.js
Assignee | ||
Comment 3•10 years ago
|
||
following file use Bluetooth.getAdapter method
system/js/bluetooth_transfer.js
Assignee | ||
Comment 4•10 years ago
|
||
following file use Bluetooth.Profiles method
system/js/media_playback.js
Assignee | ||
Comment 5•10 years ago
|
||
system/js/nfc_handover_manager.js does not use system/js/bluetooth.js to get default adapter
Assignee | ||
Comment 6•10 years ago
|
||
The bluetooth.js part would be done in bug 1088591, which fix the quick settings issue in v2
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•10 years ago
|
||
all known issue resolved \o/
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•