WebAPI/WebBluetooth: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== WebBluetooth ==
== WebBluetooth ==
=== Goals ===
=== B2G Needs ===
=== Implementation Specifics ===
==== DOM API ====
===== Adapter =====
===== Device =====
==== DBus Usage and Licensing ====
==== DBus on Linux and Android ====
=== Links ===
==== Bugzilla ====
* {{bug|674737}}
==== External ====
* [http://www.freedesktop.org/wiki/IntroductionToDBus DBus Intro]
* [http://developer.android.com/guide/topics/wireless/bluetooth.html Android Bluetooth Manual]
* [https://sites.google.com/a/android.com/opensource/projects/bluetooth-faq/android_bluetooth_architecture_10.jpg Android Bluetooth Architecture]
* [http://www.koders.com/info.aspx?c%3DProjectInfo&pid%3DVSUQMUU6D7UTSCHL199PKTHKGC&s%3Dcdef%253asocket Bluetool C++ Bluez Interaction Code]
* [https://sites.google.com/a/android.com/opensource/projects/bluetooth-faq Android Bluetooth FAQ]
==== Relevant Source Code ====
* [file:~/code/mozbuild/B2G/glue/gonk/frameworks/base/core/jni/android_server_BluetoothService.cpp BluetoothService JNI]
* [file:~/code/mozbuild/B2G/glue/gonk/system/bluetooth/bluedroid/bluetooth.c Bluedroid]
* [file:~/code/mozbuild/B2G/gecko/toolkit/system/dbus/nsDBusService.cpp DBus Service in Gecko]

Revision as of 01:30, 3 February 2012

WebBluetooth

Goals

B2G Needs

Implementation Specifics

DOM API

Adapter
Device

DBus Usage and Licensing

DBus on Linux and Android

Links

Bugzilla

External

Relevant Source Code

  • [file:~/code/mozbuild/B2G/glue/gonk/frameworks/base/core/jni/android_server_BluetoothService.cpp BluetoothService JNI]
  • [file:~/code/mozbuild/B2G/glue/gonk/system/bluetooth/bluedroid/bluetooth.c Bluedroid]
  • [file:~/code/mozbuild/B2G/gecko/toolkit/system/dbus/nsDBusService.cpp DBus Service in Gecko]