OVMS3-idf/examples/bluetooth
Jiang Jiang Jian 8f804d5ee7 Merge branch 'bugfix/btdm_some_ble_hid_bugs' into 'master'
component/bt: Fix some hid bugs

See merge request idf/esp-idf!2628
2018-06-29 15:36:53 +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 component/bt: Fix some hid bugs 2018-06-26 17:48:07 +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: modify throughput demo default config 2018-06-21 20:48:20 +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: modify service uuid of ble_sec_gatts demo 2018-06-25 16:04:20 +08:00
gatt_security_server Component/bt: modify service uuid of ble_sec_gatts demo 2018-06-25 16:04:20 +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

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.