OVMS3-idf/examples/bluetooth
2018-04-20 09:20:44 -04: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 connect fail when remote addr type is random 2018-03-29 20:55:31 +08:00
gatt_security_client Resolve problems found by enabling -Wwrite-strings compilation flag 2018-04-10 08:53:43 +02: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 connect fail when remote addr type is random 2018-03-29 20:55:31 +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.