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:
parent
94c2960227
commit
82c958581e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue