From 6619b24cc23710c3074fe90c6510cb3688bee701 Mon Sep 17 00:00:00 2001 From: Brian Gix Date: Thu, 8 Oct 2020 10:32:36 -0700 Subject: mesh: Add Mesh Private Beacon server This initial server supports only the Mesh Private Beacon and returns "Not Suppoerted" for Get/Set of Private GATT Proxy and Private Node Identity beacons. --- Makefile.mesh | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.mesh') diff --git a/Makefile.mesh b/Makefile.mesh index e18a169eb..63f085de1 100644 --- a/Makefile.mesh +++ b/Makefile.mesh @@ -36,6 +36,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \ mesh/pb-adv.h mesh/pb-adv.c \ mesh/keyring.h mesh/keyring.c \ mesh/rpl.h mesh/rpl.c \ + mesh/prv-beacon.h mesh/prvbeac-server.c \ mesh/mesh-defs.h pkglibexec_PROGRAMS += mesh/bluetooth-meshd -- cgit v1.2.1