esp-idf/examples/bluetooth
Jiang Jiang Jian ee9ab48347 Merge branch 'feature/btdm_bt_spp_vfs' into 'master'
component/bt: Add SPP profile with VFS

See merge request idf/esp-idf!1883
2018-04-28 15:10:07 +08:00
..
a2dp_sink
a2dp_source
ble_adv
ble_eddystone
ble_hid_device_demo example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00
ble_ibeacon component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_server
ble_throughput component/bt: Added the server test for the bit rate test. 2018-04-27 23:02:10 -04:00
blufi
bt_discovery
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
gatt_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_server
gatt_server
gatt_server_service_table
gattc_multi_connect component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +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.