summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-14sdp: Fix Out-of-bounds heap read in service_search_attr_req functionLuiz Augusto von Dentz1-1/+1
2017-08-14Merge "Use Trusted Profiles instead of Restricted Profiles" into tizen_3.0Pyun DoHyun3-147/+81
2017-08-14Merge "Fix PBAP Connection fails if HFP is restricted" into tizen_3.0Pyun DoHyun1-12/+11
2017-08-14Merge "Disconnect PBAP when Phone log access is disabled" into tizen_3.0Pyun DoHyun1-3/+32
2017-08-11Use Trusted Profiles instead of Restricted ProfilesBiman Paul3-147/+81
2017-08-10Fix PBAP Connection fails if HFP is restrictedAnurag Biradar1-12/+11
2017-08-10Disconnect PBAP when Phone log access is disabledAnurag Biradar1-3/+32
2017-08-10Enhance keyboard functionality as HID device.Deokhyun Kim1-1/+1
2017-07-21Return error response for 'LEReadMaximumDataLength' methodsubmit/tizen_3.0/20170801.063915accepted/tizen/3.0/wearable/20170803.010911accepted/tizen/3.0/tv/20170803.010858accepted/tizen/3.0/mobile/20170803.010846accepted/tizen/3.0/ivi/20170803.010922accepted/tizen/3.0/common/20170803.140334accepted/tizen_3.0_iviaccepted/tizen_3.0_commonSangki Park2-18/+28
2017-07-19Keep tizen specific code under flagNagaraj D R1-2/+1
2017-07-19Fix attributes for HID Device.Deokhyun Kim1-3/+6
2017-07-19Add service_fw user to allow dbus access.Deokhyun Kim1-0/+27
2017-07-04Fix: btd_adapter_set_streaming_mode() was not in Tizen featureSeungyoun Ju2-2/+4
2017-06-30gatt-client : Simplify service / characteristic discoverySeungyoun Ju3-158/+207
2017-06-30avdtp : Use kernel streaming modeSeungyoun Ju2-0/+26
2017-06-22Fix the svace issueInjun Yang1-4/+6
2017-05-10After unref, initialize the variableInjun Yang1-5/+3
2017-04-21gatt-server : Check the validation of app before sending notificationInjun Yang2-4/+7
2017-04-20gatt-client : Notify service added event after chrcs. readySeungyoun Ju1-35/+38
2017-04-17Fix : Wrong service is disconnectedSeungyoun Ju3-0/+69
2017-03-10Support old storage formatSeungyoun Ju1-3/+6
2017-03-09Ignore probe_service even if the service is already added.Deokhyun Kim1-0/+7
2017-02-23Modify the comparing statement for storing local irkDoHyun Pyun1-1/+1
2017-02-20Keep local IRK in permanent storagesubmit/tizen_3.0/20170220.233212accepted/tizen/3.0/wearable/20170221.050851accepted/tizen/3.0/tv/20170221.050830accepted/tizen/3.0/mobile/20170221.050807accepted/tizen/3.0/ivi/20170221.050915accepted/tizen/3.0/common/20170221.125520Seungyoun Ju1-76/+127
2017-02-13Set the adv flag as per address typesubmit/tizen_3.0/20170213.044639accepted/tizen/3.0/wearable/20170213.225225accepted/tizen/3.0/tv/20170213.225214accepted/tizen/3.0/mobile/20170213.225156accepted/tizen/3.0/ivi/20170213.225236accepted/tizen/3.0/common/20170214.180341Injun Yang1-8/+15
2017-02-13Update white list properlyInjun Yang1-18/+8
2017-02-08Fix the svace issue (WGID: 168473)DoHyun Pyun1-0/+1
2017-02-08Fix: Crash occured when HID deactivedInjun Yang1-0/+3
2017-01-17Invoke MTU changed callbackInjun Yang4-3/+66
2017-01-12Add HID report descriptor for GamePad.Deokhyun Kim1-1/+1
2016-12-23Code cleanupsubmit/tizen_3.0/20170120.110835submit/tizen_3.0/20161226.011357submit/tizen_3.0.m2/20170104.093752accepted/tizen/3.0/wearable/20170120.113409accepted/tizen/3.0/wearable/20161227.012021accepted/tizen/3.0/tv/20170120.113355accepted/tizen/3.0/tv/20161227.012004accepted/tizen/3.0/mobile/20170120.113337accepted/tizen/3.0/mobile/20161227.011949accepted/tizen/3.0/ivi/20170120.113427accepted/tizen/3.0/ivi/20161227.012036accepted/tizen/3.0/common/20170120.131000accepted/tizen/3.0/common/20161227.101720accepted/tizen/3.0.m2/wearable/20170105.024528accepted/tizen/3.0.m2/tv/20170105.024226accepted/tizen/3.0.m2/mobile/20170105.023945tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileInjun Yang1-9/+0
2016-12-08TIZEN_FEATURE_BLUEZ_MODIFY define is missing in GATT ServerSeungyoun Ju1-10/+19
2016-12-02GATT Server : Provide a response necessitysubmit/tizen_3.0/20161206.041315accepted/tizen/3.0/wearable/20161207.011027accepted/tizen/3.0/tv/20161207.010956accepted/tizen/3.0/mobile/20161207.010930accepted/tizen/3.0/ivi/20161207.011039accepted/tizen/3.0/common/20161207.194301Seungyoun Ju1-40/+69
2016-12-01Call adapter_start on idle after adapter_register is completed.submit/tizen_3.0/20161205.001127submit/tizen_3.0/20161202.001922accepted/tizen/3.0/wearable/20161205.065700accepted/tizen/3.0/tv/20161205.065629accepted/tizen/3.0/mobile/20161205.065555accepted/tizen/3.0/ivi/20161205.065728accepted/tizen/3.0/common/20161206.125215Deokhyun Kim1-0/+15
2016-12-01Add the missed patch config in LE scanLee Hyuk1-0/+4
2016-11-30Set IRK alwaysSeungyoun Ju1-19/+76
2016-11-30Check NULL for dev->disconnectDeokhyun Kim1-0/+3
2016-11-30Do not load a dev info if no technology hasSeungyoun Ju1-1/+5
2016-11-30Code clean upInjun Yang6-2377/+42
2016-11-30Handling non-flag adv dataInjun Yang1-4/+8
2016-11-30Synchronize file systemInjun Yang1-0/+5
2016-11-29Remove the LE scan trigger when the LE scan stop is calledLee Hyuk1-1/+8
2016-11-23Modify missed build option naming rulesDoHyun Pyun3-7/+7
2016-11-22Add the LE discovery timeout functionLee Hyuk1-42/+84
2016-11-21Modify build feature names as Tizen 3.0 build option naming rulesubmit/tizen_3.0/20161122.004310accepted/tizen/3.0/wearable/20161122.124715accepted/tizen/3.0/tv/20161122.124655accepted/tizen/3.0/mobile/20161122.124630accepted/tizen/3.0/ivi/20161122.124737accepted/tizen/3.0/common/20161122.195214DoHyun Pyun38-536/+536
2016-11-21Debug the current discovery type masking valueHyuk Lee1-1/+7
2016-11-16Disconnect HID device service when HID profile is removed.submit/tizen_3.0/20161117.002644accepted/tizen/3.0/wearable/20161118.003654accepted/tizen/3.0/tv/20161118.003637accepted/tizen/3.0/mobile/20161118.003621accepted/tizen/3.0/ivi/20161118.003719accepted/tizen/3.0/common/20161118.192928Deokhyun Kim1-0/+19
2016-11-14iBeacon: Remove ibeaconReport signal logic.h.sandeep3-71/+0
2016-11-13Remove the auto connection in GATT callbacksubmit/tizen_3.0/20161115.010647accepted/tizen/3.0/wearable/20161116.020928accepted/tizen/3.0/tv/20161116.020915accepted/tizen/3.0/mobile/20161116.020901accepted/tizen/3.0/ivi/20161116.020945accepted/tizen/3.0/common/20161116.143203Hyuk Lee1-0/+2
2016-11-02Merge the code from privatesubmit/tizen_3.0_common/20161110.084657submit/tizen_3.0/20161107.085533accepted/tizen/3.0/wearable/20161108.062257accepted/tizen/3.0/tv/20161108.062244accepted/tizen/3.0/mobile/20161108.062225accepted/tizen/3.0/ivi/20161108.062312accepted/tizen/3.0/common/20161114.081334DoHyun Pyun8-81/+117