DoHyun Pyun [Tue, 13 Dec 2016 04:47:25 +0000 (13:47 +0900)]
Fix the build error for GCC6
Change-Id: I92a5c244b3c6ca72a51d2dd4b770975237616b56
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
h.sandeep [Tue, 16 Feb 2016 05:10:33 +0000 (10:40 +0530)]
HPS: Assign SIG defined UUIDs for HPS attributes.
Change-Id: I12d98b758c6ee7490a29381651caf036d527cc37
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Pyun DoHyun [Mon, 5 Dec 2016 05:30:34 +0000 (21:30 -0800)]
Merge changes I2d80c474,I4b17e6da into tizen
* changes:
Remove Profile Build Dependency: do it at runtime
Defragment CAPI for Profiles (2/2)
Pyun DoHyun [Mon, 5 Dec 2016 05:30:02 +0000 (21:30 -0800)]
Merge "Defragment CAPI for Profiles (1/2)" into tizen
DoHyun Pyun [Mon, 5 Dec 2016 01:10:18 +0000 (10:10 +0900)]
Add the proximity function into TV profile
Change-Id: I14b66113b5d376a2da779df03eaacc7c883abd95
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
MyungJoo Ham [Fri, 2 Dec 2016 07:52:04 +0000 (16:52 +0900)]
Remove Profile Build Dependency: do it at runtime
- This is for Tizen 4.0.
: Tizen 4.0 Configurability and Build Blocks require
to remove all profile-depending build options in spec files.
(No More profile macros)
- It is recommended to distinguish features/profiles at runtime.
unless it incurs too much overhead, which requires you to
create multiple binaries and subpackages.
- If you intent not to have capi-network-bluetooth-test.rpm in
TV profile, please create a JIRA-TRE issue of package removal,
not %if TV; test fiels; #endif.
Change-Id: I2d80c4745202c028ca5c2a2f1662933c60d38b33
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Thu, 1 Dec 2016 09:58:35 +0000 (18:58 +0900)]
Defragment CAPI for Profiles (1/2)
- For easier review, I didn't merge the files at the (1/2) patch.
They will be merged in a following patch (2/2)
- This is for Tizen 4.0 Configurability / Building Blocks
(Fragmentation of CAPI is a blocking issue)
- @ SDK (yongheon.shin@samsung.com): please confirm that this "merged"
CAPI header (sync_manager.h) is going to be filetered for SDK rootstraping
so that Tizen APP developers won't be able to see MOBILE-only APIs in
WEARABLE development.
- CC'ed API (hobum.kwon@samsung.com) to notify what's going on for CAPI
fragmentation.
Change-Id: I0e5814f1de867ff082dc7908d35bca8f0909426e
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Thu, 1 Dec 2016 10:28:12 +0000 (19:28 +0900)]
Defragment CAPI for Profiles (2/2)
- This is for Tizen 4.0 Configurability / Building Blocks
(Fragmentation of CAPI is a blocking issue)
- @ SDK (yongheon.shin@samsung.com): please confirm that this "merged"
CAPI header (sync_manager.h) is going to be filetered for SDK rootstraping
so that Tizen APP developers won't be able to see MOBILE-only APIs in
WEARABLE development.
- CC'ed API (hobum.kwon@samsung.com) to notify what's going on for CAPI
fragmentation.
ps. Another commit that resolves profile-build-dependency will follow soon.
Change-Id: I4b17e6da604ac6b8001a1d36e52961fa025b31bb
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Fri, 2 Dec 2016 05:45:23 +0000 (14:45 +0900)]
Build Error Fix.
Commit of:
committer Pyun DoHyun <dh79.pyun@samsung.com>
Wed, 30 Nov 2016 09:59:01 +0900 (16:59 -0800)
commit
e56a4b463b1ed862135a6a5b81f7d5f33b33a588
Created build errors. In order to stability commit
https://review.tizen.org/gerrit/#/c/101518/
and
https://review.tizen.org/gerrit/#/c/101534
, I'm fixing this.
Change-Id: Ib011383578c38cecb3be2acfb74c5790acb881f3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Gowtham Anandha Babu [Wed, 30 Nov 2016 12:11:42 +0000 (17:41 +0530)]
Fix build error
Change-Id: I49f5aa9d71c22074e8cfec2f874d72cdbb518fcb
error: braces around scalar initializer.
Syam Sidhardhan [Mon, 28 Nov 2016 10:12:50 +0000 (15:42 +0530)]
hid: Fix uninitialized structure members
[Issue#] cppcheck automated tool reported error
[Problem] Uninitialized memory access reported
[Cause & Measure] Not initialized structure members
[Checking Method] cppcheck automated test tool for Tizen
[Team] Basic connection
[Developer] Syam Sidhardhan <s.syam@samsung.com>
[Solution company] Samsung
Change-Id: Idd470ebb3f82e0123ac96761ec57d8555db68db3
DoHyun Pyun [Tue, 29 Nov 2016 07:33:42 +0000 (16:33 +0900)]
Fix svace 2.2 issues
Change-Id: I342ae1a404bb13afc65ca8d891d1d88fa0477600
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Wed, 30 Nov 2016 00:58:52 +0000 (16:58 -0800)]
Merge "DPM: Handle the modifief bt-frwk API return values" into tizen
h.sandeep [Tue, 29 Nov 2016 11:55:15 +0000 (17:25 +0530)]
DPM: Handle the modifief bt-frwk API return values
Change-Id: I219ec4c043e8e94806ee1e98cbb7a138c10eb659
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
h.sandeep [Thu, 24 Nov 2016 11:14:15 +0000 (16:44 +0530)]
PXP: Modify APIs and Signal handle implementation
1. Add Seperate APIs for Monitor and reporter role.
2. Add Sperate callback for proximity profile connection.
3. Add API to set scan filter for Proximity UUID
Change-Id: Ia733b9fa2758cc641ee5cfb5eb090cd8ecf4573b
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
DoHyun Pyun [Wed, 23 Nov 2016 09:24:05 +0000 (18:24 +0900)]
Remove the scan filter supported check logic for the platform filter
Change-Id: Ic8488184a7c66111064ae1c55c57b2f4c227614f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
h.sandeep [Wed, 23 Nov 2016 05:51:04 +0000 (11:21 +0530)]
iBeacon: Modify ibeacon scan filter API parameters
Change-Id: I91aff1e6261d8f0c7a7f50632424320f69844019
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Gowtham Anandha Babu [Tue, 22 Nov 2016 09:49:53 +0000 (01:49 -0800)]
This change is not required. C# TC needs to be changed.
Revert "[GATT] Fix to change write_type prop of charc"
This reverts commit
13d8aaeaf81732bd0504714c6da1dfb3235b05f7.
Change-Id: I8977d95b21a24ffa46e337299a1553a285d31010
h.sandeep [Tue, 22 Nov 2016 04:34:12 +0000 (10:04 +0530)]
iBeacon: Fix naming convention.
Change-Id: I55e83cfc1a2606aa10224dc1fa6232a563594b02
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Pyun DoHyun [Tue, 22 Nov 2016 00:39:18 +0000 (16:39 -0800)]
Merge "[GATT] Fix to change write_type prop of charc" into tizen
Hyuk Lee [Mon, 21 Nov 2016 23:26:53 +0000 (08:26 +0900)]
Fix the doxygen reference warning
Change-Id: Iaa91507920839f60f02fe9ea9b2ae6aeb0b88780
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
Gowtham Anandha Babu [Mon, 21 Nov 2016 11:26:06 +0000 (16:56 +0530)]
[GATT] Fix to change write_type prop of charc
Update is not required if values are same
and vice-versa.
Change-Id: Ib6f35878e7d9483bd19c7e2eaa0c73e985d69ecd
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
h.sandeep [Wed, 16 Nov 2016 07:00:10 +0000 (12:30 +0530)]
Fix: Build Errors for Wearable, TV, Mobile, IVI profiles.
Fixed the error: unknown type name bt_hf_vendor_dep_at_cmd_s.
Change-Id: Ic5011842fac0a966779b05350467194ec4a6fd55
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
h.sandeep [Wed, 5 Oct 2016 04:43:24 +0000 (10:13 +0530)]
iBeacon: Add API to register iBeacon scan filter.
1. Adds the API to register for ibeacon scan reports
2. Handles the iBeacon scan report events
Change-Id: I68f73bad3dec532ffdde8fa563fa771b0b62b32c
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Sangki Park [Fri, 11 Nov 2016 08:41:17 +0000 (17:41 +0900)]
Code sync from 2.3 branch
[Model] ALL
[BinType] AP
[Customer] ALL
[Issue#] Internal
[Request] N/A
[Occurrence Version] N/A
[Problem] Code sync from 2.3 branch
[Cause & Measure] N/A
[Checking Method] N/A
[Team] Basic connection
[Developer] Sangki Park
[Solution company] Samsung
[Change Type] Specific change
Change-Id: I7566caa9f320efbce4d26028309a75f438e402a7
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Conflicts:
src/bluetooth-common.c
Change-Id: I7566caa9f320efbce4d26028309a75f438e402a7
Seungyoun Ju [Mon, 1 Feb 2016 07:51:14 +0000 (16:51 +0900)]
When GATT client is destroyed, unset service changed watcher
Change-Id: Ie90820e7fab11434b7d874f0d8da40620e5a1cd9
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
DoHyun Pyun [Fri, 11 Nov 2016 05:37:15 +0000 (14:37 +0900)]
Add the bt_opp_get_transfer_progress internal API
Change-Id: I973ba9091b47161b5b28873de6116fd30d36ec97
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
h.sandeep [Tue, 25 Oct 2016 04:17:03 +0000 (09:47 +0530)]
PXP: Add base code Proximity Profile
Change-Id: Icab8d0a83ea0aeb21b8e9d9555608214a3e8ad45
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
DoHyun Pyun [Mon, 7 Nov 2016 10:52:07 +0000 (19:52 +0900)]
Add the type cast code for arm64 build
Change-Id: Id0712f45512f3f0a0b585ebec4bd6990c8a0d284
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 7 Nov 2016 00:45:39 +0000 (09:45 +0900)]
Add the hid custom event sending API to the internal header
Change-Id: I43dfdd9f2be4087e6671df68891648754385c757
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 7 Nov 2016 00:40:12 +0000 (09:40 +0900)]
Add internal APIs for the application's pairing procedure
Change-Id: I2f394c569713a310a91c7651a1ff1371ecb62994
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 7 Nov 2016 00:15:19 +0000 (09:15 +0900)]
Move audio gateway APIs from internal to extension header
Change-Id: I50dd9bc5a39b9444c99882436a6271930c5f74a3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 3 Nov 2016 02:37:14 +0000 (11:37 +0900)]
Merge the code from private
branch:devel/bluetooth/master
=================================================
commit
e1867146dceebc8550edb1431f40fe0c89d2353f
Author: Deokhyun Kim <dukan.kim@samsung.com>
Date: Mon Oct 24 18:26:12 2016 +0900
==================================================
Change-Id: I3917b9d13076820f5aa7352649a9c9a81e32dda8
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 25 Oct 2016 05:11:22 +0000 (14:11 +0900)]
Add the internal API to get the pbap connected status
Change-Id: Ied719209bd17b9b9dd541d30852a62e590c0b6f5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Taejin Woo [Thu, 13 Oct 2016 05:26:11 +0000 (14:26 +0900)]
Add to check gatt support
Change-Id: I52aa9f5492294e06e8230dcde0a1184fd720d835
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Taejin Woo [Wed, 5 Oct 2016 08:46:56 +0000 (17:46 +0900)]
Check advertsing state
Change-Id: I4e9156bf035a14fb8c5804a07552141d86216cd4
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
DoHyun Pyun [Thu, 29 Sep 2016 06:09:41 +0000 (15:09 +0900)]
Fix the svace issue
Change-Id: I0d5f4a3b202782248c2a77655b7345d068280196
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Wed, 28 Sep 2016 07:33:04 +0000 (16:33 +0900)]
Remove unused ipsp internal function
Change-Id: If755e44aa5196a290dfee86d81f758c4f0e97e29
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Taejin Woo [Wed, 28 Sep 2016 01:31:13 +0000 (10:31 +0900)]
Modify return of error handle
Change-Id: I4ddb08c3c0bc681443459b758075b2d52f406265
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Hyuk Lee [Mon, 26 Sep 2016 02:52:00 +0000 (11:52 +0900)]
Fix the Svace issue
- WGID : 48912
Change-Id: I17c4715064d6c2e45606ec818cd000534752d6d9
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Fri, 23 Sep 2016 01:44:49 +0000 (10:44 +0900)]
Fix native api reference warnings
Change-Id: If9db28716017fec0154f439bb5b110e7f297f8c3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 22 Sep 2016 09:22:44 +0000 (18:22 +0900)]
Increase the package version
Change-Id: Ic07b7c5efb2a248b0a4a492aaeea24778fafa93a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 19 Sep 2016 05:35:12 +0000 (14:35 +0900)]
Add the get uuid name API into public native API
Change-Id: I03ec693515984055c3b9cff7072d54aa356841fc
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Pyun DoHyun [Thu, 22 Sep 2016 00:58:33 +0000 (17:58 -0700)]
Merge "Revert a internal API" into tizen
Taejin Woo [Wed, 21 Sep 2016 11:12:49 +0000 (20:12 +0900)]
Revert a internal API
Change-Id: Ida51834443c986398e26349b9a925a144f28a8a9
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Hyuk Lee [Wed, 21 Sep 2016 07:17:24 +0000 (16:17 +0900)]
Fix the internal UTC fail issue
Change-Id: I58c4cfb439e12d975a0d83c40dc65a14bd8ca95d
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Wed, 21 Sep 2016 02:21:29 +0000 (11:21 +0900)]
Add MTU related APIs into internal header
Change-Id: I87575dfaaaf8568a131e2a021150ccf8a2798d87
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 19 Sep 2016 04:02:39 +0000 (13:02 +0900)]
Add set LE mode APIs into public native API
Change-Id: Iaae532130becad92c4e94c7e74afeab525f56130
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 19 Sep 2016 01:57:43 +0000 (10:57 +0900)]
Fix tizen coding style errors and warnings
Change-Id: I6512abca2b2a19e29688ee82dfb7f2773398e4cd
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Wed, 7 Sep 2016 00:45:27 +0000 (09:45 +0900)]
Add oob extended APIs in public native API
Change-Id: I28b08740dbee527bf0475fe7c7ed52ff233927fc
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Wed, 7 Sep 2016 01:34:43 +0000 (10:34 +0900)]
Add gatt service changed callback APIs
Change-Id: I455f1e8015e1a09d57248db1be450344a012a5ca
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 12 Sep 2016 05:24:27 +0000 (14:24 +0900)]
Add bt_device_set_profile_restricted definition for tv and wearable
Change-Id: I6b32907cb0a40243b18a0923af863fd5df511b6e
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 12 Sep 2016 05:17:38 +0000 (14:17 +0900)]
Support hf and pbap_client functionality for IVI
Change-Id: I5a7dc86504f3ebbaa21ce59fa1b6b0bb887d8670
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 12 Sep 2016 04:29:56 +0000 (13:29 +0900)]
Add bt_restricted_profile_t for wearable and tv
Change-Id: I51089259ce1bc09ecf26c34957c14f799c2379e5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 12 Sep 2016 02:46:25 +0000 (11:46 +0900)]
Fix svace issues
Change-Id: Ibffd1dedc8c08faab8cc3ac3a3d6caec61bada1a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Fri, 9 Sep 2016 07:08:52 +0000 (00:08 -0700)]
Merge "Fix typo errors in API description" into tizen
Hyuk Lee [Fri, 9 Sep 2016 04:11:03 +0000 (13:11 +0900)]
Add internal API about restricted profile set/get
Change-Id: I33732ed309d9bffb571f6366c2f7bb842c5c4b9c
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Thu, 8 Sep 2016 02:20:52 +0000 (11:20 +0900)]
Fix typo errors in API description
Change-Id: I3a7cb7e2c1c1b8bfa0db7d59af17c8aec4ceb9ce
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Fri, 2 Sep 2016 01:34:33 +0000 (10:34 +0900)]
Fix typo errors in API description
Change-Id: Idc0d5e7150ce4568e2f865f1f5c749d42fa3286b
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 29 Aug 2016 08:05:59 +0000 (17:05 +0900)]
Modify the type name for gatt request
Change-Id: Icd738d34aeef05ebd8c7c65aaba80a0a41f7b842
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 1 Sep 2016 03:50:58 +0000 (12:50 +0900)]
Modify the enum definitions for gatt permission
Change-Id: I6d800ebbdffea8daecfbe33971d4e7825540959d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
h.sandeep [Fri, 2 Sep 2016 10:37:12 +0000 (16:07 +0530)]
CAPI: Fix Build Option Naming Rule.
Change-Id: Id3e329d6c305fec326c8e9c5bf06d37c59f9d2b2
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
DoHyun Pyun [Fri, 2 Sep 2016 02:37:46 +0000 (11:37 +0900)]
Fix UTC / ITC fail issues
Modify the audio supported check logic
Change-Id: I9cb17f2a267b11c4307cebc0d27366c296c42a74
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 1 Sep 2016 04:18:10 +0000 (13:18 +0900)]
Add the callback function to change gatt service
Change-Id: Ida0ed8000896b8fea6c58ad16e41ee0f0ecbca29
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 1 Sep 2016 02:04:47 +0000 (11:04 +0900)]
Type cast the pointer for arm64 build
Change-Id: Idbcfa61c832763fccc541caab134e0a7fb9b1386
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 1 Sep 2016 01:25:38 +0000 (10:25 +0900)]
Remove wearable definition in the enum value
Change-Id: I1cfcf536c4c02c5e878ea3d2508b872b6a3a00dc
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 29 Aug 2016 05:36:10 +0000 (14:36 +0900)]
HID: Add API to send customized event
Change-Id: Idb6823c7ea2b68081208f32baaf639dc000e00b7
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 25 Aug 2016 02:32:48 +0000 (11:32 +0900)]
Add missing enum value and type define function
Change-Id: Ia6c33741750cdb5ca9c1cea8e0788e71f2a2e6fa
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 25 Aug 2016 02:22:45 +0000 (11:22 +0900)]
Fix TV profile's build error
Change-Id: I4cd2aafe12920630fd73ed14604a41f25bcbf287
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Thu, 25 Aug 2016 00:21:33 +0000 (17:21 -0700)]
Merge "Merge the code from private" into tizen
DoHyun Pyun [Tue, 23 Aug 2016 08:07:52 +0000 (17:07 +0900)]
Merge the code from private
branch:devel/bluetooth/master
=================================================
commit
590b9e2b91ffb859bab635544f2656f5d9286dee
Author: Deokhyun Kim <dukan.kim@samsung.com>
Date: Wed Jul 27 16:23:38 2016 +0900
[bt_unit_test] Apply g_timeout_add instead of sleep
==================================================
Change-Id: Ib3e675c73ad7820d4aadcedd6b1f7f75d1349a47
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Hyuk Lee [Mon, 8 Aug 2016 07:46:19 +0000 (16:46 +0900)]
Add the Deprecation log msg
Change-Id: Id7f9aeb4f74d77a21131e5834cfe0fe7133b9180
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Wed, 17 Aug 2016 03:54:18 +0000 (12:54 +0900)]
Fill vcard name string in pulling vcard list
Change-Id: I83aaeab899e60d5d2b9431f06a02a085b3f8306a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 16 Aug 2016 23:46:20 +0000 (08:46 +0900)]
Fix coding style errors
Change-Id: I8dfc3353544b03319dcf0525122c1e58dc309c4a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Taejin Woo [Fri, 12 Aug 2016 02:18:43 +0000 (11:18 +0900)]
Fix the IPSP APIs' name and move those in the internal.h
Change-Id: Ifd7d4d3cf13a8d300df6843dbc57efbd0047b492
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Taejin Woo [Wed, 10 Aug 2016 08:25:04 +0000 (17:25 +0900)]
IPSP : Tie connected info and Interface Info
When connected between two device, they already know Interface info
Change-Id: Ie3ad742af386e7067a8187ad2644761ad852b59a
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Taejin Woo [Tue, 31 May 2016 05:36:49 +0000 (14:36 +0900)]
IPSP : Add new unit test cases for IPSP
This patch adds new test cases to set BT interface info callback &
test cases for sample Application to send/receive IPv6 data over IPSP L2CAP
channel using TCP/IP socket communication on BT interface.
Change-Id: I51ae02e759d2f3d669fcb1622e193127155dedd0
Signed-off-by: paras.kumar <paras.kumar@samsung.com>
DoHyun Pyun [Wed, 13 Jul 2016 10:44:37 +0000 (19:44 +0900)]
Modify the supported check logic from build time to run time
Change-Id: Id06d6cc21bc219ff47813e43eee368651575824a
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Wed, 13 Jul 2016 02:17:48 +0000 (11:17 +0900)]
Replace TELEPHONY_DISABLE build option to TIZEN_HFP_DISABLE
Change-Id: Ief2118a62be42366523a5c874bbde1a4e2ccf723
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Atul Rai [Fri, 1 Jul 2016 08:21:14 +0000 (17:21 +0900)]
HID: Added new API to send RC key events
This patch adds API to send RC key event to remote device.
It also adds new test case to demonstarte usage of added API.
Change-Id: I24da5cbc58ed48707275dc110afdd5d1c19aa154
Signed-off-by: Atul Rai <a.rai@samsung.com>
DoHyun Pyun [Wed, 29 Jun 2016 12:55:15 +0000 (21:55 +0900)]
Revert "Move passkey reply APIs to internal header"
This reverts commit
06ca04d3b5827d12adc8fd89d9573175cfca7af2.
Change-Id: If4563eb7ccbaf5461a63596a23e1a0a9acda7737
DoHyun Pyun [Wed, 29 Jun 2016 06:34:09 +0000 (15:34 +0900)]
Move passkey reply APIs to internal header
Change-Id: I4ffd1cbf9d70e427171f1ab28486c92e62270ebf
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 27 Jun 2016 01:19:20 +0000 (10:19 +0900)]
Fix the coding style error - brace position
Change-Id: I3f896ede7efda6ee44eec444a538d3e2221c8fd8
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Hyuk Lee [Fri, 24 Jun 2016 08:00:31 +0000 (17:00 +0900)]
Add the init status check to "GATT server start"
Change-Id: I40f6fe61108d5d278d2be64b88aaedaa93700dee
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
Taejin Woo [Wed, 22 Jun 2016 06:15:38 +0000 (15:15 +0900)]
Fix the some typing errors for bluetooth doc
Change-Id: Ic927cc7937c5b17e42c21ce632c57a23076372f1
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Hyuk Lee [Tue, 21 Jun 2016 05:07:23 +0000 (14:07 +0900)]
Add the GATT support check
Change-Id: I6726b3eca849bc1165716ac37c1bb8ef92cdcc6b
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Tue, 21 Jun 2016 01:03:00 +0000 (10:03 +0900)]
Remove BT disable flag for emulator
Change-Id: I7688c38501bae5af2d454fda5d3cd0df3dcdc542
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Taejin Woo [Mon, 20 Jun 2016 06:33:33 +0000 (15:33 +0900)]
Sync header types between wearable and others
Change-Id: I1d256107756539823be52b459d9ae3ac79a36d31
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Pyun DoHyun [Mon, 20 Jun 2016 04:24:57 +0000 (21:24 -0700)]
Merge "Add CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE group" into tizen
Pyun DoHyun [Mon, 20 Jun 2016 04:24:40 +0000 (21:24 -0700)]
Merge "Move HID APIs header related with HID device role into bluetooth." into tizen
Pyun DoHyun [Mon, 20 Jun 2016 04:23:42 +0000 (21:23 -0700)]
Merge "Add CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE group" into tizen
Hyuk Lee [Tue, 31 May 2016 07:07:04 +0000 (16:07 +0900)]
Move GATT Server APIs header to bluetooth.h
- modify the api version
- modify the func description
- modify the callback function name
- modify the typos
- add the return type for privilege APIs
Change-Id: I25489e0815ea2bdbded9473c8bd3b9727a099747
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
Taejin Woo [Wed, 25 May 2016 03:44:08 +0000 (12:44 +0900)]
Move HID APIs header related with HID device role into bluetooth.
Change-Id: If8d5248b250ab7c598f2399f1ce1ef23fd8840a7
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Taejin Woo [Wed, 11 May 2016 01:35:43 +0000 (10:35 +0900)]
Add CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE group
This module is for HID Device APIs
Change-Id: I43e5c0843b9cb7cf1058f870dd704264b9c21a53
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
Taejin Woo [Wed, 15 Jun 2016 04:42:23 +0000 (13:42 +0900)]
Add disabling features for common profile
Change-Id: I8e820acf0495643cd3f324b872f1578a4456d3b4
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
DoHyun Pyun [Wed, 8 Jun 2016 04:52:34 +0000 (13:52 +0900)]
Add AVRCP Control supporting function for UTC
Change-Id: I08a99d3cb0e9b48b6192b865d8bcd00ad3e2eace
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Hyuk Lee [Tue, 7 Jun 2016 00:53:35 +0000 (09:53 +0900)]
Disable supporting option of HID DEVICE APIs for wearable profile
- It is just temporally for internal utc pass.
- After ACR finished, it will be enabled again.
Change-Id: I0f10b9e5f4ed38a2bc205f3e501dfa757879892b
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
DoHyun Pyun [Fri, 3 Jun 2016 04:46:57 +0000 (13:46 +0900)]
Disable supporting option of PBAP APIs except of wearble profile
Change-Id: I651d041763a222094e62c86d3347bd9b2d679ec5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
h.sandeep [Tue, 31 May 2016 10:20:40 +0000 (15:50 +0530)]
DPM: Handle Error code BLUETOOTH_ERROR_DEVICE_POLICY_RESTRICTION.
Change-Id: Ia4e3a41660fc971e74db310bbc49082b86c5ef4e
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
Hyuk Lee [Tue, 31 May 2016 07:59:44 +0000 (16:59 +0900)]
Add CAPI_NETWORK_BLUETOOTH_GATT_SERVER_MODULE group
Change-Id: Id809c5d6526139d00168752227d4687034b9b5ff
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>