[C# Bluetooth] Adding C# Bluetooth code.
authorSudha Bheemanna <b.sudha@samsung.com>
Tue, 20 Dec 2016 07:25:05 +0000 (12:55 +0530)
committerSudha Bheemanna <b.sudha@samsung.com>
Tue, 20 Dec 2016 07:28:52 +0000 (12:58 +0530)
commit8d61d8c368bbc1e4ba17d960eac289dfaa701f41
tree186f66c552e171177d3230cf4c940a50c51e8ce6
parent26cb3bf0204b82d741825e0e7401ec8650ca6946
[C# Bluetooth] Adding C# Bluetooth code.

Added inital files for the C# bluetooth code.
This branch to be used as base for futher development
and issue fixing.

Change-Id: If5a8dc4f2253f1afa4b551ac434839259209d1fa
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
35 files changed:
LICENSE [new file with mode: 0644]
Tizen.Bluetooth/Interop/Interop.Bluetooth.cs [new file with mode: 0644]
Tizen.Bluetooth/Interop/Interop.Glib.cs [new file with mode: 0644]
Tizen.Bluetooth/Interop/Interop.Libc.cs [new file with mode: 0644]
Tizen.Bluetooth/Interop/Interop.Libraries.cs [new file with mode: 0644]
Tizen.Bluetooth/Properties/AssemblyInfo.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.Net45.csproj [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.Net45.project.json [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.csproj [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.nuspec [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.project.json [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth.snk [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAdapter.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAdapterImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAudio.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAudioImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAvrcp.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothAvrcpImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothData.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothDevice.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothEnumerations.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothError.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothEventArgs.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothGatt.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothGattImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothHid.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothHidImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothLeAdapter.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothLeAdapterImpl.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothProfile.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothServerSocket.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothSocket.cs [new file with mode: 0644]
Tizen.Bluetooth/Tizen.Bluetooth/BluetoothStructs.cs [new file with mode: 0644]
packaging/csapi-bluetooth.manifest [new file with mode: 0644]
packaging/csapi-bluetooth.spec [new file with mode: 0644]