esp-idf/examples/bluetooth
Ivan Grokhotkov 85c9164f50 Merge branch 'bugfix/fix_bt_typos' into 'master'
components/bt examples/bluetooth: Fix typographical errors

See merge request idf/esp-idf!1950
2018-03-19 16:58:55 +08:00
..
a2dp_sink component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
a2dp_source component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
ble_adv Component/bt: modify license 2018-01-15 19:47:23 +08:00
ble_eddystone Component/bt: fix eddystone demo error 2018-03-12 12:10:09 +08:00
ble_ibeacon Component/bt: modify license 2018-01-15 19:47:23 +08:00
ble_spp_client component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
ble_spp_server component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
blufi Component/bt: blufi add custom data cmd 2018-03-08 17:38:44 +08:00
bt_discovery Component/bt: modify license 2018-01-15 19:47:23 +08:00
bt_spp_acceptor Component/bt: modify license 2018-01-15 19:47:23 +08:00
bt_spp_initiator Component/bt: modify license 2018-01-15 19:47:23 +08:00
controller_hci_uart Component/bt: modify license 2018-01-15 19:47:23 +08:00
gatt_client components/bt examples/bluetooth: Fix typographical errors 2018-02-13 13:25:33 +05:30
gatt_security_client component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
gatt_security_server component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
gatt_server components/bt examples/bluetooth: Fix typographical errors 2018-02-13 13:25:33 +05:30
gatt_server_service_table components/bt examples/bluetooth: Fix typographical errors 2018-02-13 13:25:33 +05:30
gattc_multi_connect Merge branch 'bugfix/fix_bt_typos' into 'master' 2018-03-19 16:58:55 +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.