[Bluetooth] Implement API based on Tizen bluetooth framework
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Wed, 4 Jun 2014 16:05:32 +0000 (18:05 +0200)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Tue, 24 Jun 2014 17:46:00 +0000 (19:46 +0200)
commit992ff48703159a8839f970098ac969752f9380ee
treef5f7866ea091a6198067cf1c99f65a2b4919ef9e
parent84bfa7e9863ee8a816253164ceb1bc4eabaf20c5
[Bluetooth] Implement API based on Tizen bluetooth framework

Make 3 bluetooth extension backends : bluez4, bluez5 and tizen_capi

- add bluetooth_instance_capi.* source code using Tizen bluetooth C API
- remove Tizen C API calls from bluez4 backend
- fix bluez5 backend build
- modify device class major, minor and services JSON messages

BUG=XWALK-1065

Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
bluetooth/bluetooth.gyp
bluetooth/bluetooth_api.js
bluetooth/bluetooth_extension.cc
bluetooth/bluetooth_instance_bluez4.cc
bluetooth/bluetooth_instance_bluez5.cc
bluetooth/bluetooth_instance_capi.cc [new file with mode: 0644]
bluetooth/bluetooth_instance_capi.h [new file with mode: 0644]
examples/bluetooth.html