OVMS3-idf/examples/bluetooth
Tian Hao adada3f67e component/bt : modify header files to avoid conflict
1. add the L1 include path with a prefix, such like osi/list.h, stack/a2d_api.h and etc.
2. modify component, only bluedroid/api/include/api is export to another component and application,
   other include path just for bluedroid used
3. put bluedroid/include into common/include/common, so the root directory of bluedroid have no include path.
4. modify doxygen to use esp_bt.h and redirect to
component/bt/bluedroid/api/include/api/

fix compile
2018-04-26 19:32:06 +08:00
..
a2dp_sink Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
a2dp_source component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
ble_adv Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_eddystone Merge branch 'feature/use_esp_err_to_name' into 'master' 2018-03-27 11:50:21 +08:00
ble_hid_device_demo example/hid: Added the readme file. 2018-04-20 09:20:44 -04:00
ble_ibeacon component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
blufi Merge branch 'bugfix/btdm_fix_strncpy_error_in_blufi' into 'master' 2018-03-30 14:10:09 +08:00
bt_discovery Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
bt_spp_acceptor Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
bt_spp_initiator Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
controller_hci_uart Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_server Merge branch 'bugfix/btdm_add_some_comment' into 'master' 2018-03-30 14:07:30 +08:00
gatt_server Merge branch 'feature/use_esp_err_to_name' into 'master' 2018-03-27 11:50:21 +08:00
gatt_server_service_table Merge branch 'bugfix/btdm_add_some_comment' into 'master' 2018-03-30 14:07:30 +08:00
gattc_multi_connect component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
README.md Added links from api category TOC to example category folders 2017-01-18 21:21:02 +01:00

Bluetooth Examples

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig, go to Component config and verify if you see [*] Bluetooth. If not - enable it and save.

See the README.md file in the upper level examples directory for more information about examples.