Initial commit for Bluetooth plugin for HTML5 UI 11/17711/1 accepted/tizen/ivi/20140308.072222 accepted/tizen/ivi/20140321.174123 accepted/tizen/ivi/20140321.175244 accepted/tizen/ivi/20140321.180914 accepted/tizen/ivi/panda/20140321.020405 accepted/tizen/ivi/panda/20140321.210853 accepted/tizen/ivi/release/20140315.041628 submit/tizen/20140307.222226 submit/tizen/20140320.035024 submit/tizen/20140321.003050 submit/tizen/20140321.171938 submit/tizen/20140321.180538 submit/tizen_ivi_release/20140315.041346
authorbrianjjones <brian.j.jones@intel.com>
Fri, 7 Mar 2014 21:37:04 +0000 (13:37 -0800)
committerbrianjjones <brian.j.jones@intel.com>
Fri, 7 Mar 2014 21:38:41 +0000 (13:38 -0800)
commit14971be0cbbcbe5b3aa79f7216e3846aef57dbd1
tree9e634a6da2146b20e19c15fe5ad929eb62f8afc8
Initial commit for Bluetooth plugin for HTML5 UI

Change-Id: Iaa8eef1bce585d17884e75b9e9f4fb43bcda4534
50 files changed:
CMakeLists.txt [new file with mode: 0644]
config.dtd [new file with mode: 0644]
packaging/wrt-plugins-tizen-bt.changes [new file with mode: 0644]
packaging/wrt-plugins-tizen-bt.spec [new file with mode: 0644]
pkgconfigs/wrt-plugins-tizen-bt.pc.in [new file with mode: 0644]
src/BluetoothAdapter.cpp [new file with mode: 0644]
src/BluetoothAdapter.h [new file with mode: 0644]
src/BluetoothCallbackUtil.cpp [new file with mode: 0644]
src/BluetoothCallbackUtil.h [new file with mode: 0644]
src/BluetoothClass.cpp [new file with mode: 0644]
src/BluetoothClass.h [new file with mode: 0644]
src/BluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/BluetoothClassDeviceMajor.h [new file with mode: 0644]
src/BluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/BluetoothClassDeviceMinor.h [new file with mode: 0644]
src/BluetoothClassDeviceService.cpp [new file with mode: 0644]
src/BluetoothClassDeviceService.h [new file with mode: 0644]
src/BluetoothDevice.cpp [new file with mode: 0644]
src/BluetoothDevice.h [new file with mode: 0644]
src/BluetoothServiceHandler.cpp [new file with mode: 0644]
src/BluetoothServiceHandler.h [new file with mode: 0644]
src/BluetoothSocket.cpp [new file with mode: 0644]
src/BluetoothSocket.h [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/JSBluetoothAdapter.cpp [new file with mode: 0644]
src/JSBluetoothAdapter.h [new file with mode: 0644]
src/JSBluetoothClass.cpp [new file with mode: 0644]
src/JSBluetoothClass.h [new file with mode: 0644]
src/JSBluetoothClassDeviceMajor.cpp [new file with mode: 0644]
src/JSBluetoothClassDeviceMajor.h [new file with mode: 0644]
src/JSBluetoothClassDeviceMinor.cpp [new file with mode: 0644]
src/JSBluetoothClassDeviceMinor.h [new file with mode: 0644]
src/JSBluetoothClassDeviceService.cpp [new file with mode: 0644]
src/JSBluetoothClassDeviceService.h [new file with mode: 0644]
src/JSBluetoothDevice.cpp [new file with mode: 0644]
src/JSBluetoothDevice.h [new file with mode: 0644]
src/JSBluetoothManager.cpp [new file with mode: 0644]
src/JSBluetoothManager.h [new file with mode: 0644]
src/JSBluetoothServiceHandler.cpp [new file with mode: 0644]
src/JSBluetoothServiceHandler.h [new file with mode: 0644]
src/JSBluetoothSocket.cpp [new file with mode: 0644]
src/JSBluetoothSocket.h [new file with mode: 0644]
src/config.xml [new file with mode: 0644]
src/plugin_config.cpp [new file with mode: 0644]
src/plugin_config.h [new file with mode: 0644]
src/plugin_initializer.cpp [new file with mode: 0644]
src/utils.cpp [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
tizen.bt.h [new file with mode: 0644]
wrt-plugins-tizen-bt.manifest [new file with mode: 0644]