esp-idf/examples/bluetooth
Roland Dobai 744c2dcdd9 Resolve problems found by enabling -Wwrite-strings compilation flag 2018-04-10 08:53:43 +02:00
..
a2dp_sink
a2dp_source
ble_adv
ble_eddystone
ble_ibeacon
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
blufi Merge branch 'bugfix/btdm_fix_strncpy_error_in_blufi' into 'master' 2018-03-30 14:10:09 +08:00
bt_discovery
bt_spp_acceptor
bt_spp_initiator
controller_hci_uart
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
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

README.md

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.