OVMS3-idf/examples/bluetooth
2018-03-13 14:27:00 +01: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 Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_ibeacon Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_spp_client Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_spp_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
blufi Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01: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 Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_security_client Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_security_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_server_service_table Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gattc_multi_connect Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01: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.