commit | 8e9e039700b2a413d457c59e057a97e77b452b76 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Nov 14 16:06:30 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Nov 15 13:48:29 2017 +0200 |
tree | 994f2783ea007192fa32cb876f53da238b94f299 | |
parent | d35061357a60fef8b4068ce59fbcd930baa4e852 [diff] |
Bluetooth: Mesh: shell: Implicitly initialize Bluetooth support Avoid having to go do "init" for the bt module before issuing "init" for the mesh module. Instead perform Bluetooth init implicitly. The bt_enable() API will cleanly fail with -EALREADY if it was previously called. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>