framework/connectivity/bluetooth-frwk.git
11 years agoNot send visibility off event in disable time submit/tizen_2.2/20130716.172911 submit/tizen_2.2/20130717.015736 submit/tizen_2.2/20130717.053010
Dohyun Pyun [Mon, 15 Jul 2013 02:52:16 +0000 (11:52 +0900)]
Not send visibility off event in disable time

Web API TC Fail issue

Change-Id: I9611c7c4149e95a1095d51c2633d192e054884ae

11 years agoFix JIRA issue (N_SE-45372)
Dohyun Pyun [Mon, 15 Jul 2013 01:48:43 +0000 (10:48 +0900)]
Fix JIRA issue (N_SE-45372)

[Problem] Fail to send message using BluetoothChat

[Cause] System Popup was not called

[Solution] Modify the logic to call the system popup

Change-Id: I7a2852846ca0afe8f03d4196ba51e2bc3b6269d4

11 years agoCheck Obex folder validation using access API submit/tizen_2.2/20130714.134648 submit/tizen_2.2/20130714.143331
DoHyun Pyun [Wed, 3 Jul 2013 01:20:04 +0000 (10:20 +0900)]
Check Obex folder validation using access API

Change-Id: I8e611fabb92e6f9d7a62a5105bd918a24e259fb2

11 years agoApply SMACK changes
DoHyun Pyun [Wed, 3 Jul 2013 00:11:33 +0000 (09:11 +0900)]
Apply SMACK changes

Change-Id: I02f57010b855e4cd92e373154d825023b0fc6fd6

11 years agoAdd SMACK access rule
DoHyun Pyun [Thu, 27 Jun 2013 04:07:56 +0000 (13:07 +0900)]
Add SMACK access rule

Change-Id: I5c6ddbbb6c1d61401cd1d20b18d6f05bc248e618

11 years agoAdd the SMACK rule
DoHyun Pyun [Mon, 24 Jun 2013 08:23:43 +0000 (17:23 +0900)]
Add the SMACK rule

Change-Id: I49d9b03499b521e960cbddfaa9aa168b3fa10de4

11 years agoAdd the rule file
DoHyun Pyun [Tue, 18 Jun 2013 08:42:28 +0000 (17:42 +0900)]
Add the rule file

As the guideline from security part

Change-Id: I6f9b89e4281200497c202361dd09dcf344abd16d

11 years agoImplement User Space SMACK tizen_2.1 submit/tizen_2.1/20130514.051354
DoHyun Pyun [Fri, 3 May 2013 04:13:56 +0000 (13:13 +0900)]
Implement User Space SMACK

To control OSP privileges implement the codes

Change-Id: Id52f99b3cb1533d00e0ac6197e6aa822a13eeb63

11 years agoSynchronize the manifest file with private git
DoHyun Pyun [Fri, 3 May 2013 04:05:37 +0000 (13:05 +0900)]
Synchronize the manifest file with private git

Change-Id: I6a73608c01be48f890afc352a4542c6a991992b9

11 years agoFix the bug in HFP API
DoHyun Pyun [Thu, 2 May 2013 00:34:02 +0000 (09:34 +0900)]
Fix the bug in HFP API

If we call bluetooth_telephony_audio_open API in next step 6,
the API call fails.

bluetooth-audio.c: bt_ag_open_sco(259) > ALREADY_DONE(0xffff8103)

1. bt_audio_initialize();
2. bt_ag_open_sco();
3. bt_ag_close_sco();
4. bt_audio_deinitialize();
5. bt_audio_initialize();
6. bt_ag_open_sco();

The cause was the headset state was not initailized.
(Because telephony library could not get the event
 - bt_audio_deinitailize also remove the event handler)

Change-Id: Ia724205e394dda8ee956805e951fb40385e623d2

11 years agoRevert "Fix OSP TC fail cases in discovering" 2.1b_release accepted/tizen_2.1/20130425.035327 submit/tizen_2.1/20130424.231111
DoHyun Pyun [Mon, 15 Apr 2013 09:46:46 +0000 (18:46 +0900)]
Revert "Fix OSP TC fail cases in discovering"

This reverts commit 736fc1598dd52fe5553f3141b3c56e4538d59053

11 years agoFix OSP TC fail cases in discovering
DoHyun Pyun [Thu, 11 Apr 2013 09:18:08 +0000 (18:18 +0900)]
Fix OSP TC fail cases in discovering

There is a patch in bluez that BT don't restart the discovery.
Because of this code application have a delay by receiving
discovery finished callback. So it also had a problem.

Change-Id: I0dcb2208258d7c91540a45d3740f3d101516de2c

11 years agoIncrease the version number to upload
DoHyun Pyun [Wed, 10 Apr 2013 11:52:48 +0000 (20:52 +0900)]
Increase the version number to upload

Change-Id: Ifb1c9b16b890c91f532293658677ae0a021adda5

11 years agoReplaced deprecated Notification API
Sunil Kumar Behera [Wed, 27 Mar 2013 10:44:20 +0000 (16:14 +0530)]
Replaced deprecated Notification API

Change-Id: Ie71a07309b01c04e547c084c3b2956cbe57bfadb

11 years agoFix the JIRA issue (TREL-8)
DoHyun Pyun [Tue, 9 Apr 2013 12:39:09 +0000 (21:39 +0900)]
Fix the JIRA issue (TREL-8)

[M0] Can't power on device any more after reboot device
     with Bluetooth/NFC enabled

Change-Id: I83b125011be7f32dc5a6eb1c3e75bd27353993c7

11 years agoJIRA issue S1-13098 - Fix dbus add match rule overflow
Divya Yadav [Tue, 26 Mar 2013 12:58:33 +0000 (18:28 +0530)]
JIRA issue S1-13098 - Fix dbus add match rule overflow

Issue- In bluetooth telephony library dbus_bus_add_match was
used everytime BT activated. Once the number of match
reach the MAX limit crash was observed.

Fix- Removed multiple use of dbus_bus_add_match and also
added use of dbus_bus_remove_match in
bluetooth_telephony_deinit API.

Change-Id: Ifa0a38ab387f3076a199d167c9fc467fffaf64c6

11 years agoKlocwork issue: NULL variable dereference
Divya Yadav [Tue, 19 Mar 2013 12:22:47 +0000 (17:52 +0530)]
Klocwork issue: NULL variable dereference

Change-Id: I132e6a2bfea560fc233b12073e09b7720374a907

11 years agoMerge "Fix for x86_64 compatibility." into tizen_2.1
Junfeng [Wed, 3 Apr 2013 02:37:56 +0000 (11:37 +0900)]
Merge "Fix for x86_64 compatibility." into tizen_2.1

11 years agoRemove 'smack request' lines
DoHyun Pyun [Mon, 1 Apr 2013 00:47:11 +0000 (09:47 +0900)]
Remove 'smack request' lines

Change-Id: I815a2d8a8d0dbdd19919324fed2822c4d3ab80ac

11 years agoRemove bt-core label access in the manifest file
DoHyun Pyun [Sun, 31 Mar 2013 01:46:41 +0000 (10:46 +0900)]
Remove bt-core label access in the manifest file

Change-Id: I3e6751a447e5777236bc01a73cbffc151dd59d07

11 years agoFix for x86_64 compatibility.
Junfeng [Thu, 21 Mar 2013 13:11:44 +0000 (21:11 +0800)]
Fix for x86_64 compatibility.

- Adapt CFLAGS & LDFLAGS for x86-64.
- Fix hardcoding library path.

Change-Id: I36df4134d391b958f904ddbbd183e5f97e6820b9

11 years agoFix the issue that we can't see the dlog message
DoHyun Pyun [Wed, 27 Mar 2013 07:18:00 +0000 (16:18 +0900)]
Fix the issue that we can't see the dlog message

The environment variable did not set in dbus auto-activation.

Change-Id: I25ea708ab2f2ae7910918ea8eb06948046f3230e

11 years agoMerge branch 'master' into tizen_2.1
DoHyun Pyun [Tue, 19 Mar 2013 06:04:57 +0000 (15:04 +0900)]
Merge branch 'master' into tizen_2.1

Change-Id: Iaae67b4019fd0604bcd60a7df10fcc5189c0532b

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:13:07 +0000 (01:13 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:47:08 +0000 (01:47 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:36 +0000 (21:59 +0900)]
Initial empty repository