summaryrefslogtreecommitdiff
path: root/mesh/remprv-server.c
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Don't send Prov Failed on non-existant linksBrian Gix2023-03-151-2/+4
| | | | | | If remote device does not respond to a Prov Link Open request, then the callbacks do not get established, and attempting to send Failure messages on the non-existent link rersult in seg fault.
* mesh: Loopback unprovisioned beaconsBrian Gix2023-03-141-7/+17
| | | | | | | | | | Because the daemon explicitly supports multiple nodes, we need local Config Clients to be able to see local unprovisioned devices. This loops the unprovisioned beacon, so that local Provisioning servers can see it. Fixes Issue: https://github.com/bluez/bluez/issues/341
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-0/+907
Add Remote Provisioning Server Add Remote Provisioning Client Remove local scanning/provisioning Add delete-all dev key function Add NPPI procedures