Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:31 +0000 (01:50 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:31 +0000 (01:50 +0900)
commite70f973489e55f3f1ec0b3d5ead368aafebf1dfb
treea782fe818f8d5883ab2a25b35605abfd5ed881d7
parentf069591e0bc70b424a4555ed1dd20a1e589906a5
Tizen 2.1 base
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]