doc: Changed the API table in the Bluetooth document.

Changed the existing API table to a list as it was done
in the Kernel Primer.

Change-Id: Ib0d7952c650316b414ac9258ab3c48e9f6c70c4e
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
This commit is contained in:
Rodrigo Caballero 2015-10-14 09:40:41 -05:00 committed by Anas Nashif
commit a5e1b78141

View file

@ -6,23 +6,22 @@ Bluetooth Implementation
Initialization
**************
Initialize the Bluetooth subsystem using :c:func:`bt_init()`. Caller shall be
either task or a fiber. Caller must ensure that function succeeds by checking
return code for errors.
Initialize the Bluetooth subsystem using :c:func:`bt_init()`. Caller shall
be either task or a fiber. Caller must ensure that function succeeds by
checking return code for errors.
Application Program Interfaces
******************************
APIs
****
+------------------------------------------+------------------------------------------------------+
| Call | Description |
+==========================================+======================================================+
| :c:func:`bt_init()` | Initializes the Bluetooth subsystem |
+------------------------------------------+------------------------------------------------------+
| :c:func:`bt_start_advertising()` | Set advertisement and scan data and start |
| | advertising |
+------------------------------------------+------------------------------------------------------+
The following Bluetooth APIs are provided:
TODO: Describe all API
:c:func:`bt_init()`
Initializes the Bluetooth subsystem.
:c:func:`bt_start_advertising()`
Sets up advertisement, scans for data, and starts advertising.
.. todo:: Describe all API
Bluetooth Application Example
*****************************