From 309b7ff3b43a195cb6886f436a08f50dd4c4cb35 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 6 Apr 2019 18:58:20 +0300 Subject: [PATCH] Bluetooth: Mesh: Update TODO to match current situation Persistent storage is done. So are the configuration and health clients. We're also not actively looking to optimize the provisioning protocol & mesh networking memory usage anymore. Signed-off-by: Johan Hedberg --- subsys/bluetooth/host/mesh/TODO | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/subsys/bluetooth/host/mesh/TODO b/subsys/bluetooth/host/mesh/TODO index 0de9899a51..660a76eb15 100644 --- a/subsys/bluetooth/host/mesh/TODO +++ b/subsys/bluetooth/host/mesh/TODO @@ -1,13 +1,6 @@ Bluetooth Mesh implementation tasks =================================== - * Persistent storage support + * Ability to act as provisioner - * Configuration & Health Clients (Configuration is partially done) - - * Provisioner support - - * Any generally useful models from the Model Specification - - * Find a way to overlay provisioning memory with network memory - (linker magic?) + * More generally useful models from the Model Specification