OVMS3-idf/examples/bluetooth
Jiang Jiang Jian 291e25baa6 Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master'
Component/bt: add readme doc for BLE demos

See merge request idf/esp-idf!4890
2019-06-26 16:04:28 +08:00
..
a2dp_gatts_coex examples: use new component registration api 2019-06-21 19:53:29 +08:00
a2dp_sink Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
a2dp_source Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
ble_adv examples: use new component registration api 2019-06-21 19:53:29 +08:00
ble_ancs Component/bt: add ble ancs demo 2019-06-19 19:36:55 +08:00
ble_compatibility_test Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master' 2019-06-26 16:04:28 +08:00
ble_eddystone examples: use new component registration api 2019-06-21 19:53:29 +08:00
ble_hid_device_demo examples: use new component registration api 2019-06-21 19:53:29 +08:00
ble_ibeacon examples: use new component registration api 2019-06-21 19:53:29 +08:00
ble_mesh component/ble_mesh: ESP BLE Mesh release 2019-06-24 11:31:24 +08:00
ble_spp_client Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master' 2019-06-26 16:04:28 +08:00
ble_spp_server examples: use new component registration api 2019-06-21 19:53:29 +08:00
ble_throughput examples: use new component registration api 2019-06-21 19:53:29 +08:00
blufi Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master' 2019-06-26 16:04:28 +08:00
bt_discovery Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
bt_spp_acceptor Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
bt_spp_initiator Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
bt_spp_vfs_acceptor Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
bt_spp_vfs_initiator Merge branch 'feature/use_new_component_registration_apis' into 'master' 2019-06-25 10:24:11 +08:00
controller_hci_uart examples: use new component registration api 2019-06-21 19:53:29 +08:00
gatt_client examples: use new component registration api 2019-06-21 19:53:29 +08:00
gatt_security_client examples: use new component registration api 2019-06-21 19:53:29 +08:00
gatt_security_server examples: use new component registration api 2019-06-21 19:53:29 +08:00
gatt_server Merge branch 'bugfix/btdm_add_readme_for_BLE_demos' into 'master' 2019-06-26 16:04:28 +08:00
gatt_server_service_table examples: use new component registration api 2019-06-21 19:53:29 +08:00
gattc_gatts_coex Component/bt: add gattc and gatts coex example 2019-06-19 17:30:06 +08:00
gattc_multi_connect examples: use new component registration api 2019-06-21 19:53:29 +08:00
nimble Port NimBLE Host Stack on ESP-IDF 2019-06-25 09:03:58 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08: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.