bt_mesh_cfg_cli_mod_app_bind_vnd fails with status 0x1 or 0x3

Hello 
I am trying to provision a device over the air

Provisioning succeeds 

But when I try to bind the app key it fails with status 1. I also saw status 3 

Here are the commands I used

mesh init

mesh cdb show
Mesh Network Information
========================
Address Elements Flags UUID DevKey
0x00c8 1 - 670e3c752a7e46c78000000000000000 aafa70e245e8f7718a4ec7a8e6c75dcf
> Total nodes: 1
---
NetIdx NetKey
0x000 2870a43ade4745d5f471ce29e6ffc0f2
> Total subnets: 1
---
NetIdx AppIdx AppKey
0x000 0x000 522975c06bcadcbbf4a402df2f895226
> Total app-keys: 1

mesh models cfg model app-bind 200 0 4098 2570
Model App Bind failed with status 0x01

The code in cfg.c calls bt_mesh_cfg_cli_mod_app_bind_vnd  which fails with status 0

 What does status 0 mean?

What do I need to fix this?

Thank  you

Andy

Parents Reply Children
Related