summaryrefslogtreecommitdiff
path: root/mesh/agent.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Fix errors found by static analysisInga Stotland2020-11-101-15/+28
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Free allocated agent in mesh_remove_agent()Inga Stotland2020-05-221-6/+4
* mesh: Fix valgrind memory leak warningsBrian Gix2020-05-151-0/+1
* mesh: Clear prov capabilities structure before readingBrian Gix2020-04-011-0/+2
* mesh: Refresh provisioner's capabilitiesMichaƂ Lowas-Rzechonek2020-04-011-17/+87
* mesh: Fix provisioning agent method call failureShaunak Soman2020-01-231-0/+5
* mesh: Fix string of public-oob and static-oobPrathyusha N2019-12-031-2/+2
* mesh: Fix inOOB and outOOB agent handling on prov initiateBrian Gix2019-11-191-10/+18
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-1/+0
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Clean up when finishing the Join callInga Stotland2019-01-141-1/+1
* mesh: Implement Provisioning Agent D-Bus interfaceInga Stotland2019-01-081-124/+541
* mesh: Source files for mesh access layer and utilitiesInga Stotland2018-08-201-0/+229
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-207/+0
* mesh: Make meshctl use bt_shell helpersLuiz Augusto von Dentz2017-12-081-11/+11
* mesh: Correct length test in agent.c:request_asciiSteve Brown2017-11-191-1/+1
* mesh: Make use of rl_prompt_inputLuiz Augusto von Dentz2017-08-281-98/+29
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-211-2/+2
* mesh: Baseline Mesh implementationBrian Gix2017-08-211-0/+276