WebAPI/WebBluetooth: Difference between revisions
< WebAPI
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
==== Relevant Source Code ==== | ==== Relevant Source Code ==== | ||
* [ | |||
* [ | * [https://github.com/cgjones/android-frameworks-base/blob/gingerbread-b2g/core/jni/ Frameworks JNI Core] | ||
* [ | ** [https://github.com/cgjones/android-frameworks-base/blob/gingerbread-b2g/core/jni/android_server_BluetoothService.cpp BluetoothService JNI] | ||
** [https://github.com/cgjones/android-frameworks-base/blob/gingerbread-b2g/core/jni/android_server_BluetoothEventLoop.cpp BluetoothEventLoop JNI] | |||
* [https://github.com/mozilla-b2g/android_system_bluetooth/blob/gingerbread/bluedroid/bluetooth.c Bluedroid] |
Revision as of 01:25, 7 February 2012
WebBluetooth
Goals
B2G Needs
Implementation Specifics
DOM API
Adapter
Device
DBus Usage and Licensing
DBus on Linux and Android
Links
Bugzilla
External
- DBus Intro
- Android Bluetooth Manual
- Android Bluetooth Architecture
- Bluetool C++ Bluez Interaction Code
- Android Bluetooth FAQ