Bluetooth: Mesh: Add primary address to provisioning complete callback

It may be useful for the app to know that the local node's primary
address is.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-12 15:38:24 +02:00 committed by Johan Hedberg
commit 588887c9b7
5 changed files with 6 additions and 6 deletions

View file

@ -53,7 +53,7 @@ struct bt_mesh_prov {
void (*link_open)(void);
void (*link_close)(void);
void (*complete)(void);
void (*complete)(u16_t addr);
};
int bt_mesh_input_string(const char *str);