platform/core/connectivity/bluetooth-frwk.git
7 years agoMerge "bt-api: Do not log the _bt_check_privilege() using macro" into tizen_3.0 accepted/tizen/3.0/common/20161206.125135 accepted/tizen/3.0/ivi/20161205.065714 accepted/tizen/3.0/mobile/20161205.065527 accepted/tizen/3.0/tv/20161205.065616 accepted/tizen/3.0/wearable/20161205.065641 submit/tizen_3.0/20161205.001127
Pyun DoHyun [Fri, 2 Dec 2016 06:00:22 +0000 (22:00 -0800)]
Merge "bt-api: Do not log the _bt_check_privilege() using macro" into tizen_3.0

7 years agoMerge "bt-api: Fix incorrect macro expansion for service function" into tizen_3.0
Pyun DoHyun [Fri, 2 Dec 2016 06:00:18 +0000 (22:00 -0800)]
Merge "bt-api: Fix incorrect macro expansion for service function" into tizen_3.0

7 years agoRecover bluetoothd crash 73/101673/2
Seungyoun Ju [Fri, 2 Dec 2016 01:47:26 +0000 (10:47 +0900)]
Recover bluetoothd crash

[Problem] After bluetoothd crash is happened, keep BT off state
[Cause & Measure] bluetoothd crash was not recovered
[Checking Method] Terminate bluetoothd (because of chipset malfunction)

Change-Id: Ie35d1ea2f43fc2ef678e8d59d02733bb85fda3a5
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agoMerge "Recover bluetoothd crash" into tizen_3.0
Pyun DoHyun [Fri, 2 Dec 2016 02:35:06 +0000 (18:35 -0800)]
Merge "Recover bluetoothd crash" into tizen_3.0

7 years agoRecover bluetoothd crash 55/101655/1
Seungyoun Ju [Fri, 2 Dec 2016 01:47:26 +0000 (10:47 +0900)]
Recover bluetoothd crash

[Problem] After bluetoothd crash is happened, keep BT off state
[Cause & Measure] bluetoothd crash was not recovered
[Checking Method] Terminate bluetoothd (because of chipset malfunction)

Change-Id: I563c8873a78eb8fd6c6cf229e437886f6ea7e5c6
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agoAdd response_needed parameter in the write value requested callback 54/101654/1
DoHyun Pyun [Fri, 2 Dec 2016 01:43:22 +0000 (10:43 +0900)]
Add response_needed parameter in the write value requested callback

Change-Id: Ife10ca1f323905ee615c61938042a09ccc38fdf0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix : ADV_IND data is not present while le scanning 64/101564/1 submit/tizen_3.0/20161202.001922
Injun Yang [Thu, 1 Dec 2016 11:55:43 +0000 (20:55 +0900)]
Fix : ADV_IND data is not present while le scanning

[Problem] While LE scanning, ADV_IND data is not present
[Cause & Measure] ADV_IND data is not delivered to application
[Checking Method] LE scan

Change-Id: I1c85c9877153290288822b8305c50323781dfe56
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agobt-api: Do not log the _bt_check_privilege() using macro 37/101737/1
Syam Sidhardhan [Wed, 30 Nov 2016 12:36:41 +0000 (18:06 +0530)]
bt-api: Do not log the _bt_check_privilege() using macro

Here we are replacing the _bt_send_request() macro with the
direct function call inorder to not print the _bt_check_privilege()
method call. This helps us in reducing the prints and also if there
is any error the caller is always printing the details.

-       result = _bt_send_request(service_type, service_function,
+       result = _bt_sync_send_request(service_type, service_function

Change-Id: Ibe5b1d3acb4eff978b93ff4fdecb4ad2806b330a
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
7 years agobt-api: Fix incorrect macro expansion for service function 36/101736/1
Syam Sidhardhan [Wed, 30 Nov 2016 12:35:00 +0000 (18:05 +0530)]
bt-api: Fix incorrect macro expansion for service function

The _bt_send_request() and _bt_send_request_async() macros are
designed in such a way that we should always pass a "#define value"
or "enum type" as the first two params. Otherwise it will just print
the variable name.

Change-Id: I137c59a780ffd0000cd79dbafe0379389405d5ce
Signed-off-by: Syam Sidhardhan <s.syam@samsung.com>
7 years ago[Code Cleanup] Remove dbus-glib APIs and headers 24/101224/1
Biman Paul [Thu, 6 Oct 2016 08:22:11 +0000 (13:52 +0530)]
[Code Cleanup] Remove dbus-glib APIs and headers

[Problem] Unused deprecated dbus-glib code
[Cause & Measure] removed dbus-glib codes

Change-Id: I6d3108ec83e724ff41e111052489225ed92f476c

7 years agoFix "g_variant_get" API usage error 43/101043/1
Nagaraj D R [Wed, 30 Nov 2016 06:58:50 +0000 (12:28 +0530)]
Fix "g_variant_get" API usage error

g_variant_get expects address, as its parameter
and not the local value

Change-Id: I221e26e43f03c4b2476a210190769668b31c3de1

7 years agobt-api: gatt-client: Fix memory leak 32/101032/1
Syam Sidhardhan [Wed, 30 Nov 2016 05:35:55 +0000 (11:05 +0530)]
bt-api: gatt-client: Fix memory leak

[Model]COMMON
[BinType] AP
[Customer]N/A

[Issue#]Memeory leak reported by cppcheck automated tool
[Request]Internal
[Occurrence Version]PK6

[Problem]Memeory leak reported by cppcheck tool
[Cause & Measure]We were no freeing the memory
[Checking Method]Gatt test tool

[Team]BT
[Developer]Syam Sidhardhan <s.syam@samsung.com>
[Solution company] Samsung
[Change Type]N/A

Change-Id: I2002d1f47cc3381a7db442cb72e3880af1a09aac

7 years agoDPM: Sync API return value with other bt-service modules. 68/100968/2
h.sandeep [Tue, 29 Nov 2016 11:41:15 +0000 (17:11 +0530)]
DPM: Sync API return value with other bt-service modules.

1. All the API return values synchronozed as per bt-service
modules.
2. Moved the getter API return values to API out parameter.
3. Fix the Svace 2.2 issue.

Change-Id: Ie76f2cbc913bfbdb567606635e0e817b2f237056
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoPXP: Modify APIs and Signal handle implementation 67/100967/2
h.sandeep [Thu, 24 Nov 2016 11:12:56 +0000 (16:42 +0530)]
PXP: Modify APIs and Signal handle implementation

1. Add Seperate APIs for Monitor and reporter role.
2. Add implementation to moinotr the PID for reporter service.
3. Remove the property changed handler for monitor role.

Change-Id: I033bc604d7fc2971eecaa65647cec50af7f29840
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoFix svace 2.2 version issues 72/100772/2
DoHyun Pyun [Tue, 29 Nov 2016 07:31:54 +0000 (16:31 +0900)]
Fix svace 2.2 version issues

Change-Id: I593775e64ae7d45a139ac2607b970dbd20abedb2
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix svace issues. 29/100829/1
Deokhyun Kim [Tue, 29 Nov 2016 10:04:38 +0000 (19:04 +0900)]
Fix svace issues.

Change-Id: I8a3b5d42472a85ccbc907539409d612a7b9aff84
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
7 years agoFix incorrect memory validation for g_malloc*() 68/100468/2
Syam [Mon, 28 Nov 2016 08:32:47 +0000 (17:32 +0900)]
Fix incorrect memory validation for g_malloc*()

g_malloc*() will always return a valid memory address. If the
device is in out of memory case, g_malloc*() will assert.
Hence no need to validate the return value against NULL.

g_malloc*() will always return a memory address which is of type void *.
It doesn't make any sense to typecast this return address to another
pointer address. Ex: char *p = (char *)g_malloc0(..);

Change-Id: I84e772ea2879f2e00a9232922638e19075fd1c7f
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agoApply glib log handler 44/100444/1 accepted/tizen/3.0/common/20161129.103537 accepted/tizen/3.0/ivi/20161129.063619 accepted/tizen/3.0/mobile/20161129.063507 accepted/tizen/3.0/tv/20161129.063554 accepted/tizen/3.0/wearable/20161129.063604 submit/tizen_3.0/20161128.024738 submit/tizen_3.0/20161129.003837
Injun Yang [Mon, 28 Nov 2016 06:52:20 +0000 (15:52 +0900)]
Apply glib log handler

Change-Id: I8edf281281e49358f8c9fe5872040f055bb09952
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agoEnhance debug message 42/100442/1
Injun Yang [Mon, 28 Nov 2016 06:34:13 +0000 (15:34 +0900)]
Enhance debug message

Change-Id: I2b052ee4639667a3b4573c275843ae291d739c00
Signed-off-by: Injun Yang <injun.yang@samsung.com>
7 years agoAdd the le_scan_event_id to bt-service receiver 49/99849/2 accepted/tizen/3.0/common/20161125.101514 accepted/tizen/3.0/ivi/20161125.080347 accepted/tizen/3.0/mobile/20161125.080252 accepted/tizen/3.0/tv/20161125.080315 accepted/tizen/3.0/wearable/20161125.080332 submit/tizen_3.0/20161124.091119
Lee Hyuk [Thu, 24 Nov 2016 08:45:11 +0000 (17:45 +0900)]
Add the le_scan_event_id to bt-service receiver

Change-Id: I62dbbff395e84dd8897484783dbea15a8b8b331a
Signed-off-by: Lee Hyuk <hyuk0512.lee@samsung.com>
7 years agoModify the codes for 64bit build 77/99777/1
DoHyun Pyun [Thu, 24 Nov 2016 05:48:19 +0000 (14:48 +0900)]
Modify the codes for 64bit build

Change-Id: Ic2a9be77f79bb5b14480ee0d2f73ba08a794e902
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoModify build feature names as Tizen 3.0 build option naming rule 86/98886/1 accepted/tizen/3.0/common/20161122.195206 accepted/tizen/3.0/ivi/20161122.124724 accepted/tizen/3.0/mobile/20161122.124604 accepted/tizen/3.0/tv/20161122.124645 accepted/tizen/3.0/wearable/20161122.124705 submit/tizen_3.0/20161122.004310
DoHyun Pyun [Mon, 21 Nov 2016 05:51:00 +0000 (14:51 +0900)]
Modify build feature names as Tizen 3.0 build option naming rule

Change-Id: I0eed29d2fd67d815317da42e68971dcbedc2fa46
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoHPS: Fix data_status value for http response. 61/98861/1
h.sandeep [Mon, 17 Oct 2016 10:16:09 +0000 (15:46 +0530)]
HPS: Fix data_status value for http response.

Change-Id: Id76dd4b617cb563a14389d6ec5dcf187becb1f6b
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoHPS: Add support to use offset parameter. 60/98860/1
h.sandeep [Mon, 17 Oct 2016 10:02:37 +0000 (15:32 +0530)]
HPS: Add support to use offset parameter.

This patch adds offset feature for read/write to
HPS attributes.

Change-Id: Iaa83a2a2ec8aee324e7562ac1a5bc763a958cf7f
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoHPS: Assign SIG defined UUIDs for HPS attributes 59/98859/1
h.sandeep [Tue, 16 Feb 2016 04:59:32 +0000 (10:29 +0530)]
HPS: Assign SIG defined UUIDs for HPS attributes

Change-Id: I4fdb50bd416e8b2a88eefa31a81446a99e9551f3
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoRemove line number printing in the test application 51/98351/1
DoHyun Pyun [Thu, 17 Nov 2016 06:19:19 +0000 (15:19 +0900)]
Remove line number printing in the test application

Change-Id: I48e8620e6a03b897c0dcbb813bb912b8089fb12b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove the debug message for TC 94/98294/1 accepted/tizen/3.0/common/20161118.192912 accepted/tizen/3.0/ivi/20161118.003711 accepted/tizen/3.0/mobile/20161118.003613 accepted/tizen/3.0/tv/20161118.003628 accepted/tizen/3.0/wearable/20161118.003647 submit/tizen_3.0/20161117.002644
DoHyun Pyun [Thu, 17 Nov 2016 03:06:28 +0000 (12:06 +0900)]
Remove the debug message for TC

Change-Id: I93aad05022b19f5140f3470df796b1ed1b00905d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoMerge "Fix the warning errors" into tizen_3.0
DoHyun Pyun [Wed, 16 Nov 2016 02:33:02 +0000 (18:33 -0800)]
Merge "Fix the warning errors" into tizen_3.0

7 years agoFix the warning errors 19/98019/1
DoHyun Pyun [Wed, 16 Nov 2016 01:31:47 +0000 (10:31 +0900)]
Fix the warning errors

Change-Id: If78506ba152762a927a3fcf6cd2f5419f411902f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoMerge "Modify the transfer file name set" into tizen_3.0
Pyun DoHyun [Tue, 15 Nov 2016 05:57:00 +0000 (21:57 -0800)]
Merge "Modify the transfer file name set" into tizen_3.0

7 years agoModify the transfer file name set 25/97825/1
Hyuk Lee [Tue, 15 Nov 2016 05:44:33 +0000 (14:44 +0900)]
Modify the transfer file name set

Change-Id: I52dabf72a63bbb50e768a7ced59b972b67e940a4
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoiBeacon: Remove the ibeacon report signal handling 05/97505/3
h.sandeep [Mon, 14 Nov 2016 08:55:42 +0000 (14:25 +0530)]
iBeacon: Remove the ibeacon report signal handling

The iBeacon report shall be extracted from AdvReport signal
at CAPI layer as part of LE Device Found Updated callback

 Revert the below patch
 ====================================================
 iBeacon: Add support for handling iBeacon reports.

 Change-Id: Ib0658eb8e610da76a588bb7f2cb21d580759626a
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
 =====================================================

Change-Id: I394a018271166af60c8bf28c981124e63606c820
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoMerge "Disconnect rfcomm connections" into tizen_3.0
Pyun DoHyun [Tue, 15 Nov 2016 04:37:29 +0000 (20:37 -0800)]
Merge "Disconnect rfcomm connections" into tizen_3.0

7 years agoMerge "Disconnect all profiles if a device is restricted by DPM" into tizen_3.0
Pyun DoHyun [Tue, 15 Nov 2016 04:36:35 +0000 (20:36 -0800)]
Merge "Disconnect all profiles if a device is restricted by DPM" into tizen_3.0

7 years agoMerge "Reject new rfcomm connection when DPM disallow it" into tizen_3.0
Pyun DoHyun [Tue, 15 Nov 2016 04:35:53 +0000 (20:35 -0800)]
Merge "Reject new rfcomm connection when DPM disallow it" into tizen_3.0

7 years agoDisconnect rfcomm connections 13/97713/1
Seungyoun Ju [Thu, 13 Oct 2016 11:59:02 +0000 (20:59 +0900)]
Disconnect rfcomm connections

[Model] COMMON
[BinType] AP
[Customer] OPEN

[Issue#] P161013-00685
[Request] PLM
[Occurrence Version] R735AUCU2CPJ3

Since MDM is not used in Tizen 3.0, only the disconnect all connections
function is retained in this patch while merging from SLP.

[Problem] sapd is not working when SPP MDM policy is changed
 from "disallow" to "allow"
[Cause & Measure] sapd doesn't consider this scenario and it just blocks
 the communication once socket API's return error code. But our policy is also
 not consistent (Only Tx is disallowed when SPP policy is restricted.
 But the connection is alive and Rx is possible).
 So it is better to disconnect the SPP when it is restricted.
 And in this case, BT_ERROR_OPERATION_FAILED is returned to service daemon
 so it is hard to decide whether this failure is caused by MDM or not.
 So disconnection is implemented in bt-api when SPP MDM policy is restricted.
[Checking Method] Make SPP connection -> Change SPP policy to restricted

[Team] Basic connection
[Developer] Seungyoun Ju
[Solution company] Samsung
[Change Type] Specification change

Change-Id: Iaaa18b7f786477123ae485dc4564c0189e730642
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Change-Id: Iaaa18b7f786477123ae485dc4564c0189e730642

7 years agoDisconnect all profiles if a device is restricted by DPM 12/97712/1
Sangki Park [Tue, 20 Sep 2016 08:32:53 +0000 (17:32 +0900)]
Disconnect all profiles if a device is restricted by DPM

[Model] R765
[BinType] AP
[Customer] N/A

[Issue#] P160919-02331
[Request] PLM
[Occurrence Version] N/A

[Problem] A device is not disconnected even if it is set to blacklist device
[Cause & Measure] Not implemented
[Checking Method] connect -> set the device to blacklist using dpm-toolkit

[Team] Basic connection
[Developer] Sangki Park
[Solution company] Samsung
[Change Type] Specific change

Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Change-Id: I64e8cac1dd64482ffa0f09593a2fe475c0690486

7 years agoReject new rfcomm connection when DPM disallow it 11/97711/1
Seungyoun Ju [Fri, 14 Oct 2016 05:22:17 +0000 (14:22 +0900)]
Reject new rfcomm connection when DPM disallow it

[Model] COMMON
[BinType] AP
[Customer] OPEN

[Issue#] P161013-00685
[Request] PLM
[Occurrence Version] R735AUCU2CPJ3

Code modified according to DPM poliy.

[Problem] After SPP MDM policy is restricted and the device is rebooted,
 service daemon cannot create RFCOMM server socket. But it cannot know
 when MDM policy is changed to "allowed". So until BT is turned off and
 on, related service cannot run.
[Cause & Measure] RFCOMM server socket creation / listen / accept
operations are blocked by MDM. But it is better to block new
connections. So that, service layer doesn't need to consider MDM policy.
[Checking Method] Restrict SPP MDM Policy -> Reboot -> Allow SPP MDM
policy -> Check service (sapd) working state.

[Team] Basic connection
[Developer] Seungyoun Ju
[Solution company] Samsung
[Change Type] Specification change

Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Change-Id: Ie12949dde1f9fc50adb5fb86325de9a7da00fb8f

7 years agoFix a svace issue 18/97318/1 accepted/tizen/3.0/common/20161116.143107 accepted/tizen/3.0/ivi/20161116.020939 accepted/tizen/3.0/mobile/20161116.020845 accepted/tizen/3.0/tv/20161116.020909 accepted/tizen/3.0/wearable/20161116.020920 submit/tizen_3.0/20161115.010647
DoHyun Pyun [Mon, 14 Nov 2016 01:20:02 +0000 (10:20 +0900)]
Fix a svace issue

Change-Id: I2ac95d446e36bcb0645271cd03c7a8c7026871a0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix coding style warnings and errors 09/97309/1
DoHyun Pyun [Mon, 14 Nov 2016 00:52:07 +0000 (09:52 +0900)]
Fix coding style warnings and errors

Change-Id: I7a5f2a282d65e2ce7d6c083b95b1007422483888
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoAdd the bluetooth_opp_get_transfer_progress function 56/97056/1
DoHyun Pyun [Fri, 11 Nov 2016 05:25:39 +0000 (14:25 +0900)]
Add the bluetooth_opp_get_transfer_progress function

Change-Id: I32cce2c9ca1f41e0f69571b65571f1b8e36fd2f5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the Svace issue 24/97024/1 submit/tizen_3.0/20161111.041011
Hyuk Lee [Fri, 11 Nov 2016 04:01:59 +0000 (13:01 +0900)]
Fix the Svace issue

Change-Id: I3017c03e1cf480ba6e983e2d2a8584654b6ceb28
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoFix to recover bt_adapter when turn on flight mode 76/96576/2 accepted/tizen/3.0/common/20161114.142945 accepted/tizen/3.0/ivi/20161110.071346 accepted/tizen/3.0/mobile/20161110.071243 accepted/tizen/3.0/tv/20161110.071318 accepted/tizen/3.0/wearable/20161110.071334 submit/tizen_3.0/20161110.000333 submit/tizen_3.0_common/20161114.081136
Taejin Woo [Thu, 10 Nov 2016 01:41:50 +0000 (10:41 +0900)]
Fix to recover bt_adapter when turn on flight mode

- When turn on and off flight mode, don't recovery BT's before state

Change-Id: Ie58ceb5a4a8e3e1c339cef6a2fade9e9a99ff94d
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoPXP: Handle properties changed signal for Monitor role. 95/96595/1
h.sandeep [Wed, 9 Nov 2016 04:39:27 +0000 (10:09 +0530)]
PXP: Handle properties changed signal for Monitor role.

Change-Id: I769fab953ff4b30dd5f23cacca58ba34822f5514
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoAdd base code for register/unregister 94/96594/1
Gowtham Anandha Babu [Thu, 27 Oct 2016 12:43:30 +0000 (18:13 +0530)]
Add base code for register/unregister

1) Added base code for registering and unregistering
   proximity services.

Change-Id: I974a6858a2f5f68f6d6438522238284097bac3a4
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
7 years agoPXP: Add base code for Proximity Profile Monitor Role. 93/96593/1
h.sandeep [Tue, 25 Oct 2016 04:03:59 +0000 (09:33 +0530)]
PXP: Add base code for Proximity Profile Monitor Role.

Change-Id: Ic82000a4a752bb05a52864ac4ad6cb6fe51a5526
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoFix the coding rule 28/96128/1
Taejin Woo [Tue, 8 Nov 2016 02:32:02 +0000 (11:32 +0900)]
Fix the coding rule

Change-Id: I4ac683f477e9221639b25d2fc162dd469281144d
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoMerge the code from private 37/95337/1 accepted/tizen/3.0/common/20161114.081108 accepted/tizen/3.0/ivi/20161108.062304 accepted/tizen/3.0/mobile/20161108.062156 accepted/tizen/3.0/tv/20161108.062235 accepted/tizen/3.0/wearable/20161108.062251 submit/tizen_3.0/20161107.085533 submit/tizen_3.0_common/20161110.084657
DoHyun Pyun [Thu, 3 Nov 2016 02:00:34 +0000 (11:00 +0900)]
Merge the code from private

branch:devel/bluetooth/master
=================================================
commit da8a21b4dd39e2aa6ea65bae11e1e5ecf63aa8a5
Author: Seungyoun Ju <sy39.ju@samsung.com>
Date:   Tue Oct 4 20:41:11 2016 +0900
==================================================

Change-Id: Id49c1b85280456b4914d14437c2fa2533764f67a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoSet the connectable mode for IVI profile
DoHyun Pyun [Wed, 2 Nov 2016 02:58:50 +0000 (11:58 +0900)]
Set the connectable mode for IVI profile

Change-Id: I4eebfde2ab90749ff0deb974ee183475540a52de
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoiBeacon: Add support for handling iBeacon reports. 27/90927/8
h.sandeep [Wed, 5 Oct 2016 04:17:18 +0000 (09:47 +0530)]
iBeacon: Add support for handling iBeacon reports.

Change-Id: Ib0658eb8e610da76a588bb7f2cb21d580759626a
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoImplement the getter function about the pbap connected status 98/93598/2 accepted/tizen/3.0/ivi/20161103.002133 accepted/tizen/3.0/mobile/20161103.002044 accepted/tizen/3.0/tv/20161103.002103 accepted/tizen/3.0/wearable/20161103.002119 submit/tizen_3.0/20161102.022329
DoHyun Pyun [Tue, 25 Oct 2016 05:08:02 +0000 (14:08 +0900)]
Implement the getter function about the pbap connected status

Change-Id: Id0144a9f943a3d273992e13fd82f29ff2716fef6
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoEnable bt_adapter_recover function in the platform 78/94278/2
DoHyun Pyun [Fri, 28 Oct 2016 04:03:17 +0000 (13:03 +0900)]
Enable bt_adapter_recover function in the platform

Change-Id: Iadf775ef2f726cff72c3acfe262ff38362a279e9
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove BT enable check logic in pbap init / deinit 69/93669/1
DoHyun Pyun [Tue, 25 Oct 2016 08:20:09 +0000 (17:20 +0900)]
Remove BT enable check logic in pbap init / deinit

Change-Id: I6b61a5f730127fc1117680e93ffb63cadaff1686
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the bug about the connected status 20/92820/1
DoHyun Pyun [Wed, 19 Oct 2016 01:57:11 +0000 (10:57 +0900)]
Fix the bug about the connected status

Change-Id: Ie12d341c2b5162e194b9271a3fcbfda5cda9f7ce
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoDon't add the recovery logic into the platform image 15/92415/1 accepted/tizen/3.0/ivi/20161028.134111 accepted/tizen/3.0/mobile/20161028.133226 accepted/tizen/3.0/tv/20161028.133536 accepted/tizen/3.0/wearable/20161028.133822 accepted/tizen/common/20161017.170157 accepted/tizen/ivi/20161017.080428 accepted/tizen/mobile/20161017.080339 accepted/tizen/tv/20161017.080356 accepted/tizen/wearable/20161017.080411 submit/tizen/20161017.024543 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
DoHyun Pyun [Mon, 17 Oct 2016 02:38:09 +0000 (11:38 +0900)]
Don't add the recovery logic into the platform image

Change-Id: I49fb518601558212ff9b6f6d94fa90a9eee245df
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRetry to initialize the obexd event receiver 26/91126/1 accepted/tizen/3.0/ivi/20161011.053631 accepted/tizen/3.0/mobile/20161015.032455 accepted/tizen/3.0/tv/20161016.003656 accepted/tizen/3.0/wearable/20161015.080446 accepted/tizen/common/20161006.153705 accepted/tizen/ivi/20161006.080356 accepted/tizen/mobile/20161006.080312 accepted/tizen/tv/20161006.080326 accepted/tizen/wearable/20161006.080342 submit/tizen/20161006.041529 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
DoHyun Pyun [Thu, 6 Oct 2016 03:23:33 +0000 (12:23 +0900)]
Retry to initialize the obexd event receiver

Change-Id: Ic85e585059604acf25d2b810bece731d8561d888
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoSend the PBAP disconnected event at once 18/91118/1
DoHyun Pyun [Thu, 6 Oct 2016 02:23:50 +0000 (11:23 +0900)]
Send the PBAP disconnected event at once

Change-Id: Id93c98eff69334ed4dba0d048c8d8ae973933854
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoReturn the proper error when it is no discovery state 97/90997/1 accepted/tizen/common/20161005.165620 accepted/tizen/ivi/20161006.075753 accepted/tizen/mobile/20161006.075711 accepted/tizen/tv/20161006.075725 accepted/tizen/wearable/20161006.075737 submit/tizen/20161005.091935
DoHyun Pyun [Wed, 5 Oct 2016 09:05:04 +0000 (18:05 +0900)]
Return the proper error when it is no discovery state

Change-Id: I366ce94bfb71d3c63a88faaf75a0fc980f035dad
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoSend the correct event for PBAP disconnected 15/90915/1 accepted/tizen/common/20161005.165152 accepted/tizen/ivi/20161005.080620 accepted/tizen/mobile/20161005.080540 accepted/tizen/tv/20161005.080555 accepted/tizen/wearable/20161005.080604 submit/tizen/20161004.234550
DoHyun Pyun [Wed, 5 Oct 2016 02:39:48 +0000 (11:39 +0900)]
Send the correct event for PBAP disconnected

Change-Id: Ie4a108adafc8b0cb7f3c6296250e0fdcf4bfee17
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the return value of the function providing connected status (TSAM-8605) 95/90895/1
DoHyun Pyun [Tue, 4 Oct 2016 23:19:05 +0000 (08:19 +0900)]
Fix the return value of the function providing connected status (TSAM-8605)

Change-Id: I805af963a64364b478d30051a244bc7fa3bb8ce1
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove the exception case for XU3 LE scanning 95/90695/1
DoHyun Pyun [Tue, 4 Oct 2016 01:30:14 +0000 (10:30 +0900)]
Remove the exception case for XU3 LE scanning

Kernel's patchset was completed. So LE scan in XU3 will work.

Change-Id: Ic716670369831efc3d9c7933c954603ec5f284c2
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the Svace issue 85/90685/1 accepted/tizen/common/20161004.081027 accepted/tizen/ivi/20161004.075706 accepted/tizen/mobile/20161004.075620 accepted/tizen/tv/20161004.075630 accepted/tizen/wearable/20161004.075646 submit/tizen/20161004.002501
Hyuk Lee [Tue, 4 Oct 2016 00:21:38 +0000 (09:21 +0900)]
Fix the Svace issue

- WGID : 142974

Change-Id: Id13548be16ca83e19b83ba7c6967df795021d9a6
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoFix PBAP's download path 97/90097/1 accepted/tizen/common/20160929.163140 accepted/tizen/ivi/20160929.081703 accepted/tizen/mobile/20160929.081650 accepted/tizen/tv/20160929.081658 accepted/tizen/wearable/20160929.081633 submit/tizen/20160929.033201
Taejin Woo [Wed, 28 Sep 2016 09:25:02 +0000 (18:25 +0900)]
Fix PBAP's download path

Change-Id: I9b39523a383409488585da7a38266aef3511880e
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoFix the build warning 44/90044/1 accepted/tizen/common/20160928.164252 accepted/tizen/ivi/20160929.002007 accepted/tizen/mobile/20160929.001903 accepted/tizen/tv/20160929.001916 accepted/tizen/wearable/20160929.002043 submit/tizen/20160928.062430
Hyuk Lee [Wed, 28 Sep 2016 06:44:59 +0000 (15:44 +0900)]
Fix the build warning

Change-Id: I87fb53a4c88c451bef274d32fe247a73229447d4
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoAdd the obex folder path transfer function 27/90027/3
Hyuk Lee [Wed, 28 Sep 2016 05:30:01 +0000 (14:30 +0900)]
Add the obex folder path transfer function

Change-Id: Ie14b19011b8a6c9b664f02191c9b463c0a4ca3d6
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoFix the svace issue - NULL_AFTER_DEREF 12/90012/1
DoHyun Pyun [Wed, 28 Sep 2016 04:56:37 +0000 (13:56 +0900)]
Fix the svace issue - NULL_AFTER_DEREF

Change-Id: I323e035fbd8add33304d6ea2b2298e817f477239
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoSend the system event into bt-core process 92/89992/1
DoHyun Pyun [Wed, 28 Sep 2016 04:18:20 +0000 (13:18 +0900)]
Send the system event into bt-core process

Change-Id: I7729e062ff477d6fe3331db798bb69c898bc18cd
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFor Verifiying identify 90/89690/6
Taejin Woo [Mon, 26 Sep 2016 10:34:32 +0000 (19:34 +0900)]
For Verifiying identify

Change-Id: I937bda63e374b4fb65b7b702f150f684b4aa6f7d
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoFix the size of memory issue 94/89894/2
Taejin Woo [Tue, 27 Sep 2016 09:59:04 +0000 (18:59 +0900)]
Fix the size of memory issue

Change-Id: I16f31b396a2e6d685bc14fc3b17e1337a064cfce
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoHandle FM radio status with BT on / off senario 37/89537/1
DoHyun Pyun [Mon, 26 Sep 2016 04:02:27 +0000 (13:02 +0900)]
Handle FM radio status with BT on / off senario

Change-Id: I48458da8c571e2a1e2b4ce075d813e4bfce72ed6
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix svace issue 89/89289/1 accepted/tizen/common/20160923.160946 accepted/tizen/ivi/20160927.020214 accepted/tizen/mobile/20160927.020112 accepted/tizen/tv/20160927.020150 accepted/tizen/wearable/20160927.020137 submit/tizen/20160923.081806
DoHyun Pyun [Fri, 23 Sep 2016 04:40:03 +0000 (13:40 +0900)]
Fix svace issue

Change-Id: I4d78797681fd369272c689cb464fe006011d0870
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoCheck the previlege as public API 00/89100/1 accepted/tizen/ivi/20160925.234126 accepted/tizen/mobile/20160925.234135 accepted/tizen/tv/20160925.234113 accepted/tizen/wearable/20160925.234131 submit/tizen/20160923.005416
DoHyun Pyun [Thu, 22 Sep 2016 06:47:25 +0000 (15:47 +0900)]
Check the previlege as public API

Change-Id: Iab5adac426a632256f17809ecb1c5c2a6de8dc66
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix svace issues 61/88961/1 accepted/tizen/common/20160922.120604 accepted/tizen/ivi/20160922.233147 accepted/tizen/mobile/20160922.233123 accepted/tizen/tv/20160922.233140 accepted/tizen/wearable/20160922.233132 submit/tizen/20160922.015934
DoHyun Pyun [Wed, 21 Sep 2016 08:11:32 +0000 (17:11 +0900)]
Fix svace issues

Change-Id: If63dc2722cf56bda295d26df5fc56fef76cb0218
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoAdd the previlege check logic for getting MTU API 09/88909/1
DoHyun Pyun [Wed, 21 Sep 2016 05:56:26 +0000 (14:56 +0900)]
Add the previlege check logic for getting MTU API

Change-Id: I51c13b0bb6c33a4a0f0ba7356d5025d28ff73078
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix BT enable / disable problem in the odroid target 08/88908/1
DoHyun Pyun [Wed, 21 Sep 2016 05:52:26 +0000 (14:52 +0900)]
Fix BT enable / disable problem in the odroid target

Change-Id: Ie8feaee46ccbfe516e3be08ec3b589278d75b1fa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the warning error 07/88907/1
DoHyun Pyun [Wed, 21 Sep 2016 04:55:31 +0000 (13:55 +0900)]
Fix the warning error

Change-Id: I4e12b8e9a37bc98b8457e6102325f928319a7e59
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix to dereference and uncheck high bound 87/88587/1 accepted/tizen/common/20160921.161559 accepted/tizen/ivi/20160922.041627 accepted/tizen/mobile/20160922.041545 accepted/tizen/tv/20160922.041616 accepted/tizen/wearable/20160922.041604 submit/tizen/20160921.010208
Taejin Woo [Tue, 20 Sep 2016 01:50:08 +0000 (10:50 +0900)]
Fix to dereference and uncheck high bound

Change-Id: Ica56c80e6729d23a0cbb9a260ddf1dee56e13a31
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoSupport hf functionality for IVI 95/87895/1 accepted/tizen/common/20160912.181432 accepted/tizen/ivi/20160913.041810 accepted/tizen/mobile/20160913.041716 accepted/tizen/tv/20160913.041728 accepted/tizen/wearable/20160913.041750 submit/tizen/20160912.055637
DoHyun Pyun [Mon, 12 Sep 2016 05:19:43 +0000 (14:19 +0900)]
Support hf functionality for IVI

Change-Id: I511f84f35ddd97eec2329f0872354b4877a6c31b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix the Svace issues 44/87744/2 submit/tizen/20160912.033649
Hyuk Lee [Fri, 9 Sep 2016 08:28:13 +0000 (17:28 +0900)]
Fix the Svace issues

Change-Id: I0a7f4d9744b3c117b347f8b306bcee56a4b60b7e
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoAdd the audio connection storage 23/87423/3
Hyuk Lee [Thu, 8 Sep 2016 02:40:00 +0000 (11:40 +0900)]
Add the audio connection storage

Change-Id: I757b63c1754cd65e3451ccfb208bb37ed8c104cf
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoSet the visible mode to off for mobile profile 43/87443/1
DoHyun Pyun [Thu, 8 Sep 2016 04:46:28 +0000 (13:46 +0900)]
Set the visible mode to off for mobile profile

Change-Id: Ibbab928ef018373c7b8e0ea644a368aafc0d480f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoMerge "Audio : Add the API for setting/getting the restricted connection" into tizen
Pyun DoHyun [Thu, 8 Sep 2016 01:57:22 +0000 (18:57 -0700)]
Merge "Audio : Add the API for setting/getting the restricted connection" into tizen

7 years agoAudio : Add the API for setting/getting the restricted connection 61/87261/2
Hyuk Lee [Wed, 7 Sep 2016 07:18:11 +0000 (16:18 +0900)]
Audio : Add the API for setting/getting the restricted connection

Change-Id: I758ce816ebc452d560ae8a71691baf541507a25c
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoFix the Svace issue 98/87298/1
Hyuk Lee [Wed, 7 Sep 2016 08:59:05 +0000 (17:59 +0900)]
Fix the Svace issue

- WGID : 11764, 11765
- WGID : 12365, 12365
- WGID : 13161, 13162
- WGID : 13805, 14576

Change-Id: Ic75ba6ddcafe6f5e7179e343c04178aa34dd7e26
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoBT-Frwk: Fix Build Option Naming Rule. 00/86700/1 accepted/tizen/common/20160907.154501 accepted/tizen/ivi/20160908.004146 accepted/tizen/mobile/20160908.004051 accepted/tizen/tv/20160908.004107 accepted/tizen/wearable/20160908.004123 submit/tizen/20160907.050933
h.sandeep [Fri, 2 Sep 2016 10:35:29 +0000 (16:05 +0530)]
BT-Frwk: Fix Build Option Naming Rule.

Change-Id: Ic66120ac74b830d65d27fb9ea4b85c38fbf737d1
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
7 years agoFix the log displaying problem in XU3 34/86234/2 accepted/tizen/common/20160901.143334 accepted/tizen/ivi/20160901.072647 accepted/tizen/mobile/20160901.072557 accepted/tizen/tv/20160901.072610 accepted/tizen/wearable/20160901.072628 submit/tizen/20160901.003334
DoHyun Pyun [Wed, 31 Aug 2016 07:47:02 +0000 (16:47 +0900)]
Fix the log displaying problem in XU3

Change-Id: I3bc1152d78f5e9337f6f964d7d75ba896655d689
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoHID: Add API to send customized event 80/85780/1
DoHyun Pyun [Mon, 29 Aug 2016 05:35:25 +0000 (14:35 +0900)]
HID: Add API to send customized event

Change-Id: Ic3353185e7d73eca14a0d886370eb03bb59c4cc3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix aarch64 build error 84/85384/1 accepted/tizen/common/20160825.062824 accepted/tizen/ivi/20160829.041705 accepted/tizen/mobile/20160829.041601 accepted/tizen/tv/20160829.041626 accepted/tizen/wearable/20160829.041642 submit/tizen/20160825.004351
DoHyun Pyun [Thu, 25 Aug 2016 01:30:02 +0000 (10:30 +0900)]
Fix aarch64 build error

Change-Id: Ia1f9da53b993887aa5b477d8cb63ed92cf65b459
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove libnotification related code 71/85371/1
DoHyun Pyun [Thu, 25 Aug 2016 00:24:00 +0000 (09:24 +0900)]
Remove libnotification related code

Change-Id: Ia9e306f77a582e9fb43dc6cb0c0c6678a1f604bf
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoMerge the code from private 42/84942/3
DoHyun Pyun [Tue, 23 Aug 2016 02:42:27 +0000 (11:42 +0900)]
Merge the code from private

branch:devel/bluetooth/master
=================================================
commit bc1a2ebeb3801c82c591463480e967e2ca135a62
Athor: Anurag Biradar <biradar.a@samsung.com>
Date:   Fri Aug 5 16:26:39 2016 +0530
HID: Adding support for dual HID Roles
==================================================

Change-Id: I21bb364701af6bac7b05f53b9293c60a750106b1
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoFix IPSP API's name 05/83605/1 accepted/tizen/common/20160818.144200 submit/tizen/20160818.005730
Taejin Woo [Fri, 12 Aug 2016 02:18:14 +0000 (11:18 +0900)]
Fix IPSP API's name

Change-Id: I391e18c537a9e38c21e1ec88bd99944e12a9703f
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoIPSP : Tie connected info and Interface Info 55/83355/7 accepted/tizen/common/20160812.140952 accepted/tizen/ivi/20160812.065434 accepted/tizen/mobile/20160812.065416 accepted/tizen/tv/20160812.065429 accepted/tizen/wearable/20160812.065422 submit/tizen/20160812.010225
Taejin Woo [Wed, 10 Aug 2016 08:21:46 +0000 (17:21 +0900)]
IPSP : Tie connected info and Interface Info

When connected between two device, they already know Interface info

Change-Id: I3c8ab492a7cf50e6e6adf9cdde05cf99f0c15c5f
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoModify IPSP enum value in the emulator code 44/83144/1 accepted/tizen/common/20160809.184111 accepted/tizen/ivi/20160809.232757 accepted/tizen/mobile/20160809.232824 accepted/tizen/tv/20160809.232639 accepted/tizen/wearable/20160809.232852 submit/tizen/20160809.064342
DoHyun Pyun [Tue, 9 Aug 2016 09:10:37 +0000 (18:10 +0900)]
Modify IPSP enum value in the emulator code

Change-Id: I2ed9759b3306d668fb841a4b13befd12e6fc20f7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoMerge "Fix the function and variable name for IPSP" into tizen
Pyun DoHyun [Mon, 1 Aug 2016 04:26:53 +0000 (21:26 -0700)]
Merge "Fix the function and variable name for IPSP" into tizen

7 years agoFix the build warning issue 93/81693/2
Taejin Woo [Thu, 28 Jul 2016 02:01:40 +0000 (11:01 +0900)]
Fix the build warning issue

Change-Id: Ib675713843a9b025f7298842e8c7677f53cc0817
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoFix the function and variable name for IPSP 53/73453/6
Taejin Woo [Wed, 8 Jun 2016 07:13:19 +0000 (16:13 +0900)]
Fix the function and variable name for IPSP

Change-Id: I0cc6771f2ae83b6381374cdbe00afd43e2932d18
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
7 years agoModify the GATT Sever Initialize 13/80713/1
Hyuk Lee [Wed, 20 Jul 2016 00:31:24 +0000 (09:31 +0900)]
Modify the GATT Sever Initialize

Change-Id: I4d5d13ca0aa8f806973cc08fd4d939aa80777d54
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoRemove auto-accpept concept as latest wearable product 27/80327/1 accepted/tizen/common/20160718.155227 accepted/tizen/ivi/20160717.035303 accepted/tizen/mobile/20160717.035316 accepted/tizen/tv/20160717.035202 accepted/tizen/wearable/20160717.035220 submit/tizen/20160716.123214
DoHyun Pyun [Sat, 16 Jul 2016 12:13:27 +0000 (21:13 +0900)]
Remove auto-accpept concept as latest wearable product

Change-Id: I5499bbbb13dade0796f57500be2ba202cccd1952
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
7 years agoRemove the unused code in Adapter Disable 24/79424/2 accepted/tizen/common/20160712.150449 accepted/tizen/ivi/20160711.235957 accepted/tizen/mobile/20160711.235631 accepted/tizen/tv/20160711.235851 accepted/tizen/wearable/20160711.235826 submit/tizen/20160711.100430
Hyuk Lee [Mon, 11 Jul 2016 09:38:39 +0000 (18:38 +0900)]
Remove the unused code in Adapter Disable

Change-Id: I956ac1f4780181cd48e5cc52124f2be703819449
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
7 years agoFix the build warning issue 21/78521/1 accepted/tizen/common/20160707.171158 accepted/tizen/ivi/20160706.082929 accepted/tizen/mobile/20160706.082851 accepted/tizen/tv/20160706.082846 accepted/tizen/wearable/20160706.082855 submit/tizen/20160706.051245
Hyuk Lee [Wed, 6 Jul 2016 02:17:08 +0000 (11:17 +0900)]
Fix the build warning issue

Change-Id: I74158fbfffd292b48609598dd73d899fafafbd32
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>