commit | 2d40c1673ce45da4736548e4ae0d82b0702eaa9c | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Nov 14 18:45:32 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Nov 15 13:48:29 2017 +0200 |
tree | 2782f1a3c51513019a0e81959ed3928f83f53399 | |
parent | 255edcfde2ad6e947ebafa204280ce73e1454b83 [diff] |
Bluetooth: Mesh: Fix calling complete callback for bt_mesh_provision() If the app does direct provisioning, it may still want to do common handling through its provisioning complete callback (if it has one registered). This also means that we always require a non-NULL provisioning context provided to bt_enable(), and that it needs to fail if NULL was given. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>