OVMS3-idf/examples/bluetooth
Jiang Jiang Jian d8c63160af Merge branch 'bugfix/btdm_fix_gatt_cache_error' into 'master'
Component/bt: fix gattc some errors

See merge request idf/esp-idf!2104
2018-04-25 14:57:18 +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 Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_spp_client Merge branch 'bugfix/btdm_fix_connect_fail_when_remote_addr_is_random' into 'master' 2018-03-30 17:00:19 +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: fix gatt cache error 2018-04-23 15:43:10 +08:00
gatt_security_client Component/bt: fix gatt cache error 2018-04-23 15:43:10 +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: fix gatt cache error 2018-04-23 15:43:10 +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.