|
|
Line 254: |
Line 254: |
| }; | | }; |
|
| |
|
| === Links === | | === WebBluetooth API (Until Firefox OS 2.1) === |
| | | Check [[WebAPI/WebBluetooth_(Until_Firefox_OS_2.1)|here]] if you are interested in WebBluetooth API until Firefox OS v2.1. |
| ==== Introduction ====
| |
| | |
| * [https://wiki.mozilla.org/B2G/Bluetooth Bluetooth on Firefox OS]
| |
| | |
| ==== 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 ====
| |
| * [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]
| |