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:
parent
2a1e16c2a3
commit
588887c9b7
5 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue