esp-idf/examples/bluetooth
Jiang Jiang Jian a3a0b01c1b Merge branch 'bugfix/btdm_fix_ble_throughput_demo_fail' into 'master'
Component/bt: fix throughput_demo_fail

See merge request idf/esp-idf!2467
2018-05-31 18:53:01 +08:00
..
a2dp_gatts_coex Component/bt: add makefile for coex demo 2018-05-30 19:33:52 +08:00
a2dp_sink remove executable permission from source files 2018-05-29 20:07:45 +08:00
a2dp_source remove executable permission from source files 2018-05-29 20:07:45 +08:00
ble_adv Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_eddystone Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_hid_device_demo example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00
ble_ibeacon Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_spp_client Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_spp_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_throughput Component/bt: fix throughput_demo_fail 2018-05-30 19:58:31 +08:00
blufi Component/bt: fix crash without SMP when deinit bluedroid 2018-05-10 11:39:34 +08:00
bt_discovery remove executable permission from source files 2018-05-29 20:07:45 +08:00
bt_spp_acceptor component/bt: Add SPP profile with VFS 2018-04-28 11:36:22 +08:00
bt_spp_initiator component/bt: Add SPP profile with VFS 2018-04-28 11:36:22 +08:00
bt_spp_vfs_acceptor component/bt: Add SPP profile with VFS 2018-04-28 11:36:22 +08:00
bt_spp_vfs_initiator component/bt: Add SPP profile with VFS 2018-04-28 11:36:22 +08: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 scan duplicate 2018-05-21 15:23:15 +08:00
gatt_security_client Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08: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 scan duplicate 2018-05-21 15:23:15 +08:00
README.md Added links from api category TOC to example category folders 2017-01-18 21:21:02 +01:00

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.