platform/core/csapi/bluetooth.git
7 years ago[BT C#] Fix crash in read manuf data 43/113543/1
Sudha Bheemanna [Wed, 8 Feb 2017 05:57:13 +0000 (11:27 +0530)]
[BT C#] Fix crash in read manuf data

Fixed crash in read manufacturer data.
code clean-up

Change-Id: I801395d6dade184881da3e3b8316d57a26227d7e
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years ago[BT C#] Fix BLE scan callback to indicate correct result type 25/113125/1
Sudha Bheemanna [Mon, 6 Feb 2017 07:26:05 +0000 (12:56 +0530)]
[BT C#] Fix BLE scan callback to indicate correct result type

Updated the result to BluetoothError type to indicate correct result
in the callback

Change-Id: I9a59c361fd6838316e2fbbd47eed7a28fda3f2a4
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years ago[BT C#] Fix BLE adapter issues 09/113109/1
Sudha Bheemanna [Mon, 6 Feb 2017 06:12:28 +0000 (11:42 +0530)]
[BT C#] Fix BLE adapter issues

Fixed failing tcts in the le adapter.
re-arrangement of code and fix issues to handle crash

Change-Id: I9cf2efa6b88527eb934342ffb1d2010395a54860
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years ago[BT C#] Added fixes in LE Adapter/Device Frwk code 82/112182/4 submit/tizen/20170201.214246
Sudha Bheemanna [Fri, 27 Jan 2017 09:37:22 +0000 (15:07 +0530)]
[BT C#] Added fixes in LE Adapter/Device Frwk code

Added checks and other conditions to fix the failing LE TCTs
Code clean-up

Change-Id: Iff6f46e9e20a9749e2aaec95a3f8fa6f96f70b76
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years agoMerge "[C# Bluetooth]: Fix GATT issues" into tizen
Pyun DoHyun [Wed, 1 Feb 2017 21:39:49 +0000 (13:39 -0800)]
Merge "[C# Bluetooth]: Fix GATT issues" into tizen

7 years ago[C# Bluetooth]: Fix GATT issues 53/112553/2
Gowtham Anandha Babu [Wed, 1 Feb 2017 10:54:14 +0000 (16:24 +0530)]
[C# Bluetooth]: Fix GATT issues

Below changes are required for GATT manual
TCT to work properly. Few changes are made
to align with CAPI.

Change-Id: I9c14b791952894c30b4949f0628f582fe89ec581

7 years agoFix for Socket crash issue 17/111717/1
adhavan.m [Mon, 23 Jan 2017 14:24:58 +0000 (19:54 +0530)]
Fix for Socket crash issue

Signed-off-by: adhavan.m <adhavan.m@samsung.com>
Change-Id: I47888f1a08f0be6130a4f1ae3a763c62cd5a1e15

7 years ago[BT C#] Update the spec file version. 37/111637/1 accepted/tizen/common/20170123.182336 accepted/tizen/ivi/20170123.114716 accepted/tizen/mobile/20170123.114641 accepted/tizen/tv/20170123.114658 submit/tizen/20170123.080932
Sudha Bheemanna [Mon, 23 Jan 2017 07:24:30 +0000 (12:54 +0530)]
[BT C#] Update the spec file version.

Updated the spec file version for proper linking.

Change-Id: I89335835d1b45628e985ffe7f9e20ce54b7272e1
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years ago[BT C#] Add checks in code to fix issues. 74/110974/2
Sudha Bheemanna [Thu, 19 Jan 2017 05:16:47 +0000 (10:46 +0530)]
[BT C#] Add checks in code to fix issues.

1> Added code to check data length before copying data to memory location.
2> Removed unwanted exception throw for optional data in the
   advertising and scan response data of Le packet.

Change-Id: If456f3602fc72d8354f1026158991946c25b3028
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years ago[Bluetooth C#] Add .sln file for the BT C# framework 24/110124/1 accepted/tizen/ivi/20170117.054820 submit/tizen_ivi/20170116.045729
Sudha Bheemanna [Fri, 13 Jan 2017 04:43:03 +0000 (10:13 +0530)]
[Bluetooth C#] Add .sln file for the BT C# framework

Created the .sln file for the C# Bluetooth code.

Change-Id: I9442dbb99da22a54933626b2108758fbd879cd24
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
7 years agoRevert the aarch64 excluding option 93/109693/1 accepted/tizen/common/20170111.201918 accepted/tizen/mobile/20170111.222613 accepted/tizen/tv/20170111.222631 submit/tizen/20170111.074339
DoHyun Pyun [Wed, 11 Jan 2017 07:41:16 +0000 (16:41 +0900)]
Revert the aarch64 excluding option

Change-Id: I30345d5da0d844105eb107a4f6cac8654bb9d623
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove ExcludeArch: aarch64 67/109467/1 submit/tizen/20170110.064848
DoHyun Pyun [Tue, 10 Jan 2017 06:46:41 +0000 (15:46 +0900)]
Remove ExcludeArch: aarch64

Change-Id: Ib1bcfb6eee0cea996fe6d2bf19bea821af8c04bd
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the Svace issue 80/108380/1 accepted/tizen/common/20170111.133637 accepted/tizen/common/20170111.171346 accepted/tizen/mobile/20170109.084745 accepted/tizen/tv/20170109.084810 submit/tizen/20170109.061539 submit/tizen_common/20161229.045021 submit/tizen_common/20170111.164442
Lee Hyuk [Wed, 4 Jan 2017 07:18:48 +0000 (16:18 +0900)]
Fix the Svace issue

Change-Id: Ib018683d1ae715db0af0566dd6b04732c4888098
Signed-off-by: Lee Hyuk <hyuk0512.lee@samsung.com>
7 years ago[C# Bluetooth]: Rename Tizen.Bluetooth to Tizen.Network.Bluetooth 11/107011/1 accepted/tizen/mobile/20170102.060832 accepted/tizen/tv/20170102.060853 submit/tizen/20161228.005300 submit/tizen/20170102.053259
Gowtham Anandha Babu [Mon, 26 Dec 2016 06:43:12 +0000 (12:13 +0530)]
[C# Bluetooth]: Rename Tizen.Bluetooth to Tizen.Network.Bluetooth

Change-Id: Id0943c15ca770eff68b5df82721c442bf4888796
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
7 years ago[Bluetooth] Fix EntryPoint error because of CAPI mismatch 51/106451/1
Gowtham Anandha Babu [Wed, 21 Dec 2016 14:35:16 +0000 (20:05 +0530)]
[Bluetooth] Fix EntryPoint error because of CAPI mismatch

Change-Id: Idb09e74f92e1ebf29151e95c3a7fc3d01fb7d0d2
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
7 years ago[C# Bluetooth] Adding C# Bluetooth code. 00/106000/1
Sudha Bheemanna [Tue, 20 Dec 2016 07:25:05 +0000 (12:55 +0530)]
[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>
7 years agoInitial empty repository master
Jong Jeong Kim [Mon, 19 Dec 2016 07:15:49 +0000 (23:15 -0800)]
Initial empty repository