Tizen 2.0 Release 2.0_release
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:09:14 +0000 (15:09 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 06:09:14 +0000 (15:09 +0900)
commit0b0f195fbc4015a323b3eb1e896c77ca663943b2
treec558a4322b664e00ab337d6ab193cfa2bce8f803
parent212ceac58e2c8455482eed7e46ae688904059216
Tizen 2.0 Release
93 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2.0 [new file with mode: 0755]
NOTICE [new file with mode: 0755]
inc/FNetBluetooth.h [new file with mode: 0755]
inc/FNetBtBluetoothDevice.h [new file with mode: 0755]
inc/FNetBtBluetoothHealth.h [new file with mode: 0755]
inc/FNetBtBluetoothManager.h [new file with mode: 0755]
inc/FNetBtBluetoothOppClient.h [new file with mode: 0755]
inc/FNetBtBluetoothOppServer.h [new file with mode: 0755]
inc/FNetBtBluetoothSppAcceptor.h [new file with mode: 0755]
inc/FNetBtBluetoothSppInitiator.h [new file with mode: 0755]
inc/FNetBtBluetoothTypes.h [new file with mode: 0755]
inc/FNetBtIBluetoothDeviceEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothHealthEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothManagerEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothOppClientEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothOppServerEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothSppAcceptorEventListener.h [new file with mode: 0755]
inc/FNetBtIBluetoothSppInitiatorEventListener.h [new file with mode: 0755]
osp-bluetooth.manifest [new file with mode: 0644]
osp-bluetooth.pc.in [new file with mode: 0755]
packaging/osp-bluetooth.spec [new file with mode: 0755]
src/FNetBtBluetoothDevice.cpp [new file with mode: 0755]
src/FNetBtBluetoothHealth.cpp [new file with mode: 0644]
src/FNetBtBluetoothManager.cpp [new file with mode: 0644]
src/FNetBtBluetoothOppClient.cpp [new file with mode: 0644]
src/FNetBtBluetoothOppServer.cpp [new file with mode: 0644]
src/FNetBtBluetoothSppAcceptor.cpp [new file with mode: 0644]
src/FNetBtBluetoothSppInitiator.cpp [new file with mode: 0644]
src/FNetBt_BluetoothAdapterUtility.cpp [new file with mode: 0755]
src/FNetBt_BluetoothConnectionEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothConnectionEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothConnectionEventArg.cpp [new file with mode: 0644]
src/FNetBt_BluetoothConnectionEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothDeviceEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothDeviceEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothDeviceEventArg.cpp [new file with mode: 0755]
src/FNetBt_BluetoothDeviceEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothDeviceImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothGapSystemAdapter.cpp [new file with mode: 0755]
src/FNetBt_BluetoothGapSystemAdapter.h [new file with mode: 0644]
src/FNetBt_BluetoothHdpSystemAdapter.cpp [new file with mode: 0755]
src/FNetBt_BluetoothHdpSystemAdapter.h [new file with mode: 0644]
src/FNetBt_BluetoothHealthEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothHealthEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothHealthEventArg.cpp [new file with mode: 0755]
src/FNetBt_BluetoothHealthEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothHealthImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothIpcMessages.cpp [new file with mode: 0644]
src/FNetBt_BluetoothIpcProxy.cpp [new file with mode: 0755]
src/FNetBt_BluetoothIpcProxy.h [new file with mode: 0644]
src/FNetBt_BluetoothManagerEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothManagerEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothManagerEventArg.cpp [new file with mode: 0644]
src/FNetBt_BluetoothManagerEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothManagerImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothOppClientEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothOppClientEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothOppClientEventArg.cpp [new file with mode: 0644]
src/FNetBt_BluetoothOppClientEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothOppClientImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothOppServerEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothOppServerEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothOppServerEventArg.cpp [new file with mode: 0755]
src/FNetBt_BluetoothOppServerEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothOppServerImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothOppSystemAdapter.cpp [new file with mode: 0755]
src/FNetBt_BluetoothOppSystemAdapter.h [new file with mode: 0644]
src/FNetBt_BluetoothSppAcceptorEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothSppAcceptorEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothSppAcceptorEventArg.cpp [new file with mode: 0755]
src/FNetBt_BluetoothSppAcceptorEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothSppAcceptorImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothSppInitiatorEvent.cpp [new file with mode: 0644]
src/FNetBt_BluetoothSppInitiatorEvent.h [new file with mode: 0644]
src/FNetBt_BluetoothSppInitiatorEventArg.cpp [new file with mode: 0755]
src/FNetBt_BluetoothSppInitiatorEventArg.h [new file with mode: 0644]
src/FNetBt_BluetoothSppInitiatorImpl.cpp [new file with mode: 0755]
src/FNetBt_BluetoothSppSystemAdapter.cpp [new file with mode: 0755]
src/FNetBt_BluetoothSppSystemAdapter.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothAdapterUtility.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothDeviceImpl.h [new file with mode: 0755]
src/inc/FNetBt_BluetoothHealthImpl.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothManagerImpl.h [new file with mode: 0755]
src/inc/FNetBt_BluetoothOppClientImpl.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothOppServerImpl.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothSppAcceptorImpl.h [new file with mode: 0644]
src/inc/FNetBt_BluetoothSppInitiatorImpl.h [new file with mode: 0644]
src/inc/FNetBt_ConnectivityIpcMessages.h [new file with mode: 0644]
src/inc/FNetBt_IBluetoothConnectionEventListener.h [new file with mode: 0644]
src/inc/FNetBt_IBluetoothDeviceEventListener.h [new file with mode: 0644]
src/inc/FNetBt_IBluetoothManagerEventListener.h [new file with mode: 0644]
src/inc/FNetBt_IBluetoothSocketListener.h [new file with mode: 0644]