summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.515.51Marcel Holtmann2019-09-192-1/+16
* build: Update library versionMarcel Holtmann2019-09-191-1/+1
* build: All EXTRA_DIST need to be unconditionalMarcel Holtmann2019-09-191-3/+3
* monitor: Decode L2CAP channel modeLuiz Augusto von Dentz2019-09-161-10/+35
* monitor: Add proper decoding of LE flowctl modeLuiz Augusto von Dentz2019-09-131-51/+63
* gatt: Fix assuming writes to CCC will always contain 2 bytesLuiz Augusto von Dentz2019-09-111-15/+18
* mesh: Automate AppKey update on KR phase 2-->3-->0Brian Gix2019-09-103-33/+79
* doc: Remove uneeded dbus API for App Key RefreshBrian Gix2019-09-101-19/+0
* mesh: Handle messages sent to a fixed group addressInga Stotland2019-09-082-1/+33
* shared/shell: fix help message typoRonan Pigott2019-09-061-1/+1
* build: install zsh completionsRonan Pigott2019-09-062-0/+17
* completion: add bluetoothctl zsh completionsRonan Pigott2019-09-061-0/+98
* shared/shell: add --zsh-complete optionRonan Pigott2019-09-061-0/+26
* client/main: add help option for available argsRonan Pigott2019-09-061-0/+7
* shared/gatt-client: Automatically add CCC when discoveringLuiz Augusto von Dentz2019-09-061-0/+25
* mesh: test AEAD at startup to check kernel supportBrian Gix2019-09-013-0/+62
* mesh: Add closedir() of config directory after opendir()Inga Stotland2019-08-292-22/+28
* mesh: Show error message when io initialization failsMichał Lowas-Rzechonek2019-08-281-1/+4
* mesh: Add org.bluez.mesh.Node1.Addresses propertyMichał Lowas-Rzechonek2019-08-282-0/+28
* mesh: Implement properties on org.bluez.mesh.Node1 interfaceMichał Lowas-Rzechonek2019-08-283-1/+109
* tools: Tweak script to get Company IDS from SIGBrian Gix2019-08-201-1/+1
* client: Fix not able to select attributes if parent existsLuiz Augusto von Dentz2019-08-201-1/+1
* client: Allow UUID 16 bits on select-attributeLuiz Augusto von Dentz2019-08-201-0/+3
* mesh: Fix handling of Config Relay Set messageMichał Lowas-Rzechonek2019-08-161-2/+1
* gitignore: Ignore mesh service fileMichał Lowas-Rzechonek2019-08-161-0/+1
* mesh: Move commonly used constants into mesh-defs.hInga Stotland2019-08-125-43/+39
* mesh: Remove double initialisation and fix typo in logRafał Gajda2019-08-121-2/+1
* mesh: Fix model publication getRafał Gajda2019-08-121-1/+1
* test: Add example-playerLuiz Augusto von Dentz2019-08-101-0/+203
* test: Add example-endpointLuiz Augusto von Dentz2019-08-101-0/+186
* media: Add implementation of RegisterApplicationLuiz Augusto von Dentz2019-08-101-3/+482
* doc/media-api: Add RegisterApplication methodLuiz Augusto von Dentz2019-08-101-0/+20
* mesh: Move sequence number overcommit to mesh-config-jsonMichał Lowas-Rzechonek2019-08-085-75/+78
* mesh: Fix double free of a pointer in mesh-io-genericInga Stotland2019-08-081-1/+9
* mesh: Fix storing network retransmission in configMichał Lowas-Rzechonek2019-08-061-1/+1
* mesh: Implement Import() D-Bus API of org.bluez.mesh.Network1 interfaceMichał Lowas-Rzechonek2019-08-013-3/+204
* mesh: Add documentation for Import() D-Bus APIMichał Lowas-Rzechonek2019-08-011-15/+42
* mesh: Extract read_* functions in mesh-config-jsonJakub Witowski2019-08-011-15/+68
* mesh: Check that config server is present in primary elementMichał Lowas-Rzechonek2019-07-261-0/+8
* mesh: Check that element indexes are consecutiveMichał Lowas-Rzechonek2019-07-261-0/+9
* mesh: Keep element and model lists sorted and uniqueMichał Lowas-Rzechonek2019-07-261-13/+67
* mesh: Validate application by comparing composition dataMichał Lowas-Rzechonek2019-07-262-239/+195
* mesh: Convert void pointers to anonymous unions in managed_obj_requestMichał Lowas-Rzechonek2019-07-261-40/+35
* test/test-mesh: Initialize required propertiesInga Stotland2019-07-261-4/+2
* mesh: Fix storage init of Friend and LPN featuresInga Stotland2019-07-261-1/+1
* doc/mesh-api: Restore properties in mesh node hierarchyInga Stotland2019-07-261-49/+49
* mesh: Check address range passed to ImportRemoteNodeMichał Lowas-Rzechonek2019-07-197-4/+36
* mesh: Propagate Net Index up Rx message chainBrian Gix2019-07-186-187/+214
* mesh: Normalize Access Key AID naming conventionBrian Gix2019-07-183-26/+23
* mesh: Add bound Net Index lookup for App KeysBrian Gix2019-07-182-21/+39