summaryrefslogtreecommitdiff
path: root/mesh/agent.h
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 48 License: LGPL-2.1-or-later mesh/mesh-mgmt.h mesh/mesh-mgmt.c mesh/net-keys.c mesh/mesh-io-api.h mesh/mesh.h mesh/net-keys.h mesh/model.h mesh/util.h mesh/appkey.c mesh/cfgmod.h mesh/appkey.h mesh/prov.h mesh/prov-acceptor.c mesh/net.c mesh/dbus.h mesh/friend.h mesh/mesh-io-generic.c mesh/main.c mesh/util.c mesh/dbus.c mesh/error.h mesh/mesh-config-json.c mesh/agent.h mesh/pb-adv.c mesh/crypto.c mesh/crypto.h mesh/friend.c mesh/pb-adv.h mesh/provision.h mesh/mesh-config.h mesh/mesh-io-generic.h mesh/agent.c mesh/cfgmod-server.c mesh/mesh-io.h mesh/keyring.h mesh/net.h mesh/keyring.c mesh/mesh-defs.h mesh/mesh.c mesh/rpl.c mesh/manager.c mesh/model.c mesh/mesh-io.c mesh/node.c mesh/prov-initiator.c mesh/rpl.h mesh/node.h mesh/manager.h
* mesh: Refresh provisioner's capabilitiesMichaƂ Lowas-Rzechonek2020-04-011-0/+2
| | | | | | As provisioner's capabilities might change during application lifetime (e.g. no network link to download OOB key), let's query the agent again after application calls AddNode().
* mesh: Fix inOOB and outOOB agent handling on prov initiateBrian Gix2019-11-191-2/+2
| | | | | | | | | This code fixes the Provisioner Initiator role so that the following Out-of-Band agent calls are made correctly, and their results handled properly: "push", "twist", "blink", "beep", "vibrate", "in-numeric", "out-numeric", "in-alpha", "out-alpha"
* mesh: Implement Provisioning Agent D-Bus interfaceInga Stotland2019-01-081-21/+48
| | | | | | This implements the time limited and user interaction D-Bus API as required for Out-Of-Band authentication during provisioning, and as described in doc/mesh-api.txt.
* mesh: Header files for mesh access layer and utilitiesInga Stotland2018-08-201-0/+42
| | | | This adds initial implementation of Mesh access layer functionality
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-45/+0
| | | | This is a temporary location until the unified mesh solution is provided
* mesh: Remove circular include protection guardsMarcel Holtmann2017-08-211-13/+0
|
* mesh: define APIs for Bluetooth MeshBrian Gix2017-08-211-0/+58