esp-idf/examples/bluetooth
baohongde 72eb170c4f components/bt: Fix errors caused by rebase 2019-04-10 17:59:23 +08:00
..
a2dp_gatts_coex components/bt: Fix errors caused by rebase 2019-04-10 17:59:23 +08:00
a2dp_sink component/bt: implement AVRCP Target APIs 2019-04-10 16:34:13 +08:00
a2dp_source Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
ble_adv
ble_compatibility_test
ble_eddystone
ble_hid_device_demo Component/bt: fix iOS and win10 compatibility error for HID 2019-02-28 20:39:12 +08:00
ble_ibeacon
ble_spp_client
ble_spp_server
ble_throughput
blufi separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
bt_discovery Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_acceptor Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_initiator Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_vfs_acceptor Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_vfs_initiator Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
controller_hci_uart
gatt_client Component/bt: add api to clean gattc cache 2019-03-13 15:23:33 +08:00
gatt_security_client
gatt_security_server
gatt_server
gatt_server_service_table
gattc_multi_connect
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.