DoHyun Pyun [Wed, 7 Dec 2016 06:10:52 +0000 (15:10 +0900)]
Fix the svace issue
Change-Id: I948e2fd37ce2a881bf81996197c11e3f275463a5
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 6 Dec 2016 08:26:06 +0000 (17:26 +0900)]
Fix the coding style errors
Change-Id: Id412beec846ea48fae393f96c923a953672b1523
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 6 Dec 2016 07:12:57 +0000 (16:12 +0900)]
Add the function definitions for TV profile
Change-Id: I695f7735720f4f19dec7757e9bbdadd67d493202
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Tue, 6 Dec 2016 04:14:53 +0000 (20:14 -0800)]
Merge "Add response_needed parameter in the write value requested callback" into tizen_3.0
Deokhyun Kim [Mon, 5 Dec 2016 09:36:17 +0000 (18:36 +0900)]
Sync with product git.
Change-Id: I153cea8aa8a5692062a5af4e7726d6159e332c26
Signed-off-by: Deokhyun Kim <dukan.kim@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: I676f05bad27d8bb4fc15e1e35af489a03118e5d9
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
DoHyun Pyun [Fri, 2 Dec 2016 01:40:55 +0000 (10:40 +0900)]
Add response_needed parameter in the write value requested callback
Change-Id: I24a0b80967e0d6f21136571fd75d1a0acf1c81bb
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 5 Dec 2016 01:35:55 +0000 (17:35 -0800)]
Merge "Add the proximity function into TV profile" into tizen_3.0
DoHyun Pyun [Mon, 5 Dec 2016 01:10:18 +0000 (10:10 +0900)]
Add the proximity function into TV profile
Change-Id: Iaa6f818473eb5ceaab1cc08c08bc1046ddade1c2
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
DoHyun Pyun [Mon, 5 Dec 2016 01:10:18 +0000 (10:10 +0900)]
Add the proximity function into TV profile
Change-Id: I298a40866075c03dcb20fe07a8fef9afaa1157ae
Signed-off-by: DoHyun Pyun <dh79.pyun@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.
Gowtham Anandha Babu [Wed, 30 Nov 2016 12:11:42 +0000 (17:41 +0530)]
[Bluetooth]: Fix build error
Change-Id: Iba5afcd043ef57c1d17990452413bd7e146e0905
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
Syam Sidhardhan [Mon, 28 Nov 2016 10:12:50 +0000 (15:42 +0530)]
hid: Fix uninitialized structure members
[Issue#] cppcheck auomated 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
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>
h.sandeep [Wed, 30 Nov 2016 04:33:24 +0000 (10:03 +0530)]
Fix Build Error.
Change-Id: I995b9f36ce614adf123a5df66c840b5773376dd8
Signed-off-by: h.sandeep <h.sandeep@samsung.com>
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 [Tue, 29 Nov 2016 07:33:42 +0000 (16:33 +0900)]
Fix svace 2.2 issues
Change-Id: I2af7c92c499e2747ca10e1cc71f7f42a036ffc1b
Signed-off-by: DoHyun Pyun <dh79.pyun@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: I2e103c293e1c7ff1c5ab98db29e47e27122e2ca8
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>
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: Id23a03b5a3321a1f2ae9bd54029d028d65dc1b1a
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>
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>
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>
Gowtham Anandha Babu [Mon, 21 Nov 2016 11:26:06 +0000 (16:56 +0530)]
Fix to change write_type prop of charc
Update is not required if values are same
and vice-versa.
Change-Id: I91c93a532e2344097e6b3784fc1c3ae3252ab58d
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@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>
Hyuk Lee [Mon, 21 Nov 2016 23:25:24 +0000 (08:25 +0900)]
Fix the doxygen reference warning
Change-Id: Ibd485c2106198dfd313e5e4b46f484d1b8eec54f
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, 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>
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>
Pyun DoHyun [Tue, 15 Nov 2016 05:40:48 +0000 (21:40 -0800)]
Merge "When GATT client is destroyed, unset service changed watcher" into tizen_3.0
Sudha Bheemanna [Tue, 15 Nov 2016 05:01:27 +0000 (10:31 +0530)]
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: I75dced9e2b3555f6b12484388cb918760b701642
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Seungyoun Ju [Mon, 1 Feb 2016 07:51:14 +0000 (16:51 +0900)]
When GATT client is destroyed, unset service changed watcher
Signed-off-by: Sudha Bheemanna <b.sudha@samsung.com>
Change-Id: Ie90820e7fab11434b7d874f0d8da40620e5a1cd9
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>
DoHyun Pyun [Fri, 11 Nov 2016 05:37:15 +0000 (14:37 +0900)]
Add the bt_opp_get_transfer_progress internal API
Change-Id: Ib55e3a87d4a058210102f463a0611d77e62ca51c
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>
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: If85a58cb3b80f8fbd673fafa3435bf4e60a1ca96
Signed-off-by: DoHyun Pyun <dh79.pyun@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:45:39 +0000 (09:45 +0900)]
Add the hid custom event sending API to the internal header
Change-Id: I8a72a8f61eebf440e49981ea8e841bd8c1a5bb88
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: Ib289b7cfa330bfa84202a7965e0a2cdb5769abb0
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 [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 [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>