2016-11-05 16:18:25 +00:00
Bluetooth
=========
2016-10-26 19:08:36 +00:00
Overview
--------
2016-11-05 16:18:25 +00:00
`Instructions`_
2016-10-26 19:08:36 +00:00
Application Example
-------------------
2016-11-16 19:14:48 +00:00
Check `/examples <https://github.com/espressif/esp-idf/tree/master/examples> `_ folder of `espressif/esp-idf <https://github.com/espressif/esp-idf/> `_ repository, that contains the following example:
2016-10-26 19:08:36 +00:00
2016-11-16 19:14:48 +00:00
`05_ble_adv <https://github.com/espressif/esp-idf/blob/master/examples/05_ble_adv/main/app_bt.c> `_
This is a BLE advertising demo with virtual HCI interface. Send Reset/ADV_PARAM/ADV_DATA/ADV_ENABLE HCI command for BLE advertising.
2016-10-26 19:08:36 +00:00
2016-11-05 16:18:25 +00:00
`Instructions`_
.. _Instructions: template.html
2016-10-26 19:08:36 +00:00
2016-11-16 19:14:48 +00:00
API Reference
-------------
2016-11-10 21:50:55 +00:00
Header Files
^^^^^^^^^^^^
* `bt/include/bt.h <https://github.com/espressif/esp-idf/blob/master/components/bt/include/bt.h> `_
2016-10-26 19:08:36 +00:00
Type Definitions
^^^^^^^^^^^^^^^^
2016-10-29 21:00:30 +00:00
.. doxygenstruct :: vhci_host_callback
2016-10-26 19:08:36 +00:00
Functions
^^^^^^^^^
.. doxygenfunction :: API_vhci_host_check_send_available
.. doxygenfunction :: API_vhci_host_register_callback
.. doxygenfunction :: API_vhci_host_send_packet
.. doxygenfunction :: bt_controller_init