summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Add GATT data batchingsubmit/tizen/20200401.080249accepted/tizen/unified/20200402.155610Deokhyun Kim1-0/+281
2020-03-24Add GetEnergyInfo method for the power managementDoHyun Pyun3-0/+109
2020-03-24Prevent the exception case in GATT connectDoHyun Pyun1-0/+8
2020-03-23GATT: Ignore svc changed indication before starting full scaninjun.yang1-1/+11
2020-03-20Fix stack smashing detected issueWootak Jung1-4/+15
2020-03-04Fix : slave long term key is not loadedsubmit/tizen/20200304.063814accepted/tizen/unified/20200305.123315injun.yang1-0/+8
2020-03-03While LE scanning, send first RPA instead of IDAinjun.yang1-2/+3
2020-02-25Fix: background gatt connection is not workinginjun.yang1-0/+2
2020-02-12Merge branch 'bluez_upgrade_5.52' of https://review.tizen.org/gerrit/p/platfo...himanshu41-980/+2283
2020-02-11build: rename libexecdir to pkglibexecdirJan Engelhardt1-1/+1
2020-02-11Fix: Bluez multiple build Fail issues.himanshu2-2/+1
2020-02-11core: Remove old code related to sd_notifyLuiz Augusto von Dentz2-135/+0
2020-02-11Fix: assuming writes to CCC will always contain 2 bytes.himanshu1-2/+2
2020-02-11Fix: Change the parse_options function call in TIZEN_FEATURE_BLUEZ_MODIFY taghimanshu1-1/+1
2020-02-11gatt: Fix assuming writes to CCC will always contain 2 bytesLuiz Augusto von Dentz1-15/+18
2020-02-11gatt: Implement "type" option for Characteristic.WriteValueLuiz Augusto von Dentz1-8/+19
2020-02-11shared/shell: fix help message typoRonan Pigott1-1/+1
2020-02-11shared/shell: add --zsh-complete optionRonan Pigott1-0/+26
2020-02-11shared/gatt-client: Automatically add CCC when discoveringLuiz Augusto von Dentz1-0/+25
2020-02-11gatt: Fix failure of repeated AcquireNotify callsRob Spanton1-1/+1
2020-02-11shared/hfp: Fix using uninitialized valueLuiz Augusto von Dentz1-1/+1
2020-02-11gatt: Require medium security for ATT socket over BR/EDRLuiz Augusto von Dentz1-1/+1
2020-02-11att: Return error in case Exchange MTU is used over BR/EDR linkLuiz Augusto von Dentz1-0/+17
2020-02-11main.conf: Make ReverseServiceDiscovery work with LELuiz Augusto von Dentz4-8/+15
2020-02-11shared/gatt-db: Fix crash when generating hashLuiz Augusto von Dentz1-10/+18
2020-02-11adapter: Walk rp->opcodes directly instead of interim variableMarcel Holtmann1-4/+1
2020-02-11shared: Walk rp->opcodes directly instead of interim variableMarcel Holtmann1-4/+1
2020-02-11advertising: Timeout of 0 should not fire a callbackTroels Dalsgaard Hoffmeyer1-2/+3
2020-02-11shared/gatt-db: Simplify attribute lookupLuiz Augusto von Dentz2-152/+105
2020-02-11shared/gatt-db: Skip ahead if handle range is not within serviceLuiz Augusto von Dentz1-21/+19
2020-02-11advertising: Fix typoLuiz Augusto von Dentz1-1/+1
2020-02-11shared/gatt-db: Remove update_attributeLuiz Augusto von Dentz1-16/+3
2020-02-11shared/gatt-client: Fix failing to discover included attributesLuiz Augusto von Dentz1-0/+5
2020-02-11shared/shell: Highlight user prompt inputLuiz Augusto von Dentz1-2/+4
2020-02-11shared/gatt-client: Add debug for error with included servicesLuiz Augusto von Dentz1-3/+14
2020-02-11shared/shell: Fix colors not using proper escape sequenceLuiz Augusto von Dentz1-8/+8
2020-02-11adapter: Fix length calculation of filter UUIDs on big endianLuiz Augusto von Dentz1-3/+5
2020-02-11shell: Allow multiple prompt inputsLuiz Augusto von Dentz1-8/+58
2020-02-11advertising: Add implementation of SecondaryChannelLuiz Augusto von Dentz1-10/+42
2020-02-11advertising: Add implementation of SupportedSecondaryChannelsLuiz Augusto von Dentz1-0/+48
2020-02-11gatt: Fix not allowing 'extended-properties' as flagsLuiz Augusto von Dentz1-0/+2
2020-02-11shared/gatt-db: Fix crash if next_handle is 0Luiz Augusto von Dentz1-0/+3
2020-02-11device: Store Database Hash on storageLuiz Augusto von Dentz1-9/+77
2020-02-11shared/gatt-client: Write Client FeaturesLuiz Augusto von Dentz1-0/+23
2020-02-11shared/gatt-client: Read database hash if availableLuiz Augusto von Dentz1-26/+153
2020-02-11gatt: Implement Robust Caching handling for serverLuiz Augusto von Dentz3-6/+73
2020-02-11shared/gatt-server: Add bt_gatt_server_set_authorizeLuiz Augusto von Dentz2-0/+41
2020-02-11shared/gatt-db: Add gatt_db_set_authorizeLuiz Augusto von Dentz2-0/+47
2020-02-11gatt: Add caching support for serverLuiz Augusto von Dentz1-1/+102
2020-02-11shared/gatt-db: Generate database hashLuiz Augusto von Dentz1-2/+66