summaryrefslogtreecommitdiff
path: root/tools/hciattach.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28Bluez 5.43 Upgrade: Apply Tizen patchessubmit/tizen/20170330.042352accepted/tizen/wearable/20170330.223751accepted/tizen/unified/20170330.223834accepted/tizen/tv/20170330.223738accepted/tizen/mobile/20170330.223718accepted/tizen/ivi/20170330.223808accepted/tizen/common/20170330.151746accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonh.sandeep1-42/+294
Change-Id: I5d5a9d9e2e7811af3dd3878b4f740e1f1a019d51 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2017-03-28Bluez Upgrade: Add Bluez 5.43 open source code.h.sandeep1-353/+47
Change-Id: Ife8b8b7b7163ca2d6c521cdb7f99c2ae90b14ba0 Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2016-12-04Remove Profile Build Dependency: do it at runtimeMyungJoo Ham1-88/+107
- 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. : Options not distinguished at runtime: TM1 (Product only) Wearable. For non-production, the profile==wearable is not required. - When you send SR of this commit, you need to create JIRA-TRE issue of: . Add bluez-profile_mobile for mobile profile if it has bluez . Add bluez-profile_wearable for wearble profile if it has bluez . Add bluez-profile_tv for tv profile if it has bluez . Add bluez-profile_ivi for ivi profile if it has bluez . Add bluez-profile_common for common profile if it has bluez Change-Id: Ia4cf6c31f574dd3c0323e5695e09b46b4472352d Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2016-11-21Modify build feature names as Tizen 3.0 build option naming rulesubmit/tizen/20161122.051739accepted/tizen/wearable/20161123.000045accepted/tizen/tv/20161123.000032accepted/tizen/mobile/20161123.000015accepted/tizen/ivi/20161123.000102accepted/tizen/common/20161122.193043DoHyun Pyun1-47/+47
Change-Id: Id474f0db7668bbc4a0d8a4cdafa77fbd4b941a3c Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2016-11-01Support the bcm43xx firmware download using the hciattach toolDoHyun Pyun1-1/+1
Change-Id: I20c2a45eac92b98cee11af5b454a17b73d484cbc Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2016-04-12Upgrade bluez5_37 :Merge the code from privatesubmit/tizen/20160414.030922accepted/tizen/wearable/20160414.091945accepted/tizen/tv/20160414.092045accepted/tizen/mobile/20160414.092019accepted/tizen/ivi/20160414.092030accepted/tizen/common/20160414.142549h.sandeep1-19/+29
branch:devel/bluetooth/master ================================================ commit 81e16d9fa48dc40f2dcb15aca9ce87ea50d9a85e Author: Injun Yang <injun.yang@samsung.com> Date: Thu Mar 31 17:05:06 2016 +0900 GATT Server : Handle property and write type ============================================== Change-Id: I0d2b69488337b1f393fba43dc1268bd92ea6b6ac Signed-off-by: h.sandeep <h.sandeep@samsung.com>
2016-03-14Add wearable flagssubmit/tizen/20160315.014600accepted/tizen/wearable/20160315.120135accepted/tizen/tv/20160315.120118accepted/tizen/mobile/20160315.120101accepted/tizen/ivi/20160315.120158accepted/tizen/common/20160315.221419DoHyun Pyun1-0/+6
Change-Id: I8df90a948bb09dcb4e8dca1fdf9c14ff9ed0b3e4 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2015-12-02Add the config for TM1submit/tizen_wearable/20151202.054849submit/tizen_tv/20151202.054842submit/tizen_mobile/20151202.054839accepted/tizen/wearable/20151202.231048accepted/tizen/tv/20151202.230949accepted/tizen/mobile/20151202.230855Taejin Woo1-2/+14
Change-Id: I7e8d58387ed37b1ff41d5c6489ff240e7f600bb4 Signed-off-by: Taejin Woo <tt.woo@samsung.com>
2015-06-08Upgrade Bluez 5.28 and synchronize Tizen 2.4's bluezDoHyun Pyun1-13/+17
Change-Id: Ifaf2154ba0ab19b180946e0d92f1817a1d9ed839 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
2015-02-19Applied bluez patches present in Tizen branch. The following patches have ↵Abhinav Kumar1-1/+1
been applied : 1> bluetooth player: add searchable value to show cmd 2> add property connected for input device 3> core/service: Add btd_service_get_version 4> core/profile: Add version information to btd_profile 5> core/service: Add btd_service_set_auto_connect 6> core/service: Add btd_service_get_auto_connect 7> core/device: Use service auto_connect flag 8> profiles: Add missing local_uuid 9> core/service: Add btd_service_set_blocked 10> core/service: Add btd_service_is_blocked 11> core/profile: Add authorization UUID information to btd_profile 12> core/device: Add device_is_service_blocked 13> core/adapter: Check if service is blocked before authorizing 14> plugins: Add initial code for service plugin 15> plugins/service: Add initial code 16> Fix bluetoothd core dumped if disable bt tethering 17> Fix Security Static Code Analysis 18> Add param fd into authorize service 19> Modify the param of authorize service 20> Fix the remaining Security Static Code Analysis 21> Fix the length of string 22> Fix the remaining Security Static Code Analysis Change-Id: I3191182d850b1252248de76d4bd8f70768230b93
2015-02-18Changes for successful build after porting of Tizen 2.4 codeAbhinav Kumar1-7/+80
1> Copied Tizen 2.4 code in tizen branch. 2> Made changes to spec file for successful build. Also added a new file .gbs.conf. Change-Id: I6e479759454c1978e68340a0f3541fb66b437044
2014-12-08tools/hciattach: Fix syntax errorsubmit/tizen/20141209.051932accepted/tizen/wearable/20141210.135901accepted/tizen/tv/20141210.193138accepted/tizen/mobile/20141216.074917accepted/tizen/common/20141209.075734Gowtham Anandha Babu1-1/+1
This error may not be shown during normal compilation, because of ifdef. Fixed the same. Change-Id: I7cafed0387c43caecf6bbb866283c13954a1bac8
2014-11-22Fix Security Static Code AnalysisGu Chaojie1-1/+1
Bug-Tizen: TC-2072 Change-Id: I7e92d05aca928992f185e402d6b3fffd0419584c Signed-off-by: Gu Chaojie <chao.jie.gu@intel.com>
2014-05-27[Bluez] enable bluez for mobile environmentseungku kim1-1/+141
1. BROADCOM patchs are applied. 2. hciconfig, hciattach, hcitool, hcidump are changed. Change-Id: Ia8944ec576830308212b6d7a637152042a9be931 Signed-off-by: seungku kim <seungku.kim@samsung.com>
2014-05-27Imported Upstream version 5.19upstream/5.19upstreamSebastian Chlad1-1/+10
2013-10-23Imported Upstream version 5.10upstream/5.10Wu zheng1-5/+8
2012-10-30Imported Upstream version 4.101upstream/4.101Anas Nashif1-0/+1467