doc: Replace bt_init() with bt_enable()

bt_init() is now static function and API should use bt_enable().

Change-Id: I565f30bf816282961b71ceae2bbe90d5d93e7b8a
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2015-10-16 13:38:05 +03:00 committed by Anas Nashif
commit 82c958581e

View file

@ -15,8 +15,8 @@ APIs
The following Bluetooth APIs are provided:
:c:func:`bt_init()`
Initializes the Bluetooth subsystem.
:c:func:`bt_enable()`
Enables the Bluetooth subsystem.
:c:func:`bt_start_advertising()`
Sets up advertisement, scans for data, and starts advertising.