OVMS3-idf/examples/bluetooth
Jiang Jiang Jian f90eb1c371 Merge branch 'feature/btdm_ble_spp_client_demo' into 'master'
component/bt: add example for ble spp client

See merge request !1043
2017-09-14 17:15:01 +08:00
..
a2dp_sink bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
ble_adv bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
ble_spp_client component/bt: add example for ble spp client 2017-08-29 22:35:33 +08:00
blufi Merge branch 'bugfix/btdm_blufi_aes_cfb128' into 'master' 2017-07-24 14:08:11 +08:00
controller_hci_uart examples: add missing nvs_flash.h include 2017-07-20 17:20:49 +08:00
gatt_client Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
gatt_security_client Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
gatt_security_server component/bt : fix btc security storage bug 2017-09-07 19:37:49 +08:00
gatt_server gatts_demo example: Use add_char_descr.attr_handle everywhere 2017-09-12 10:57:45 +10:00
gatt_server_service_table bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
gattc_multi_connect Component/bt: add set local MTU API 2017-09-01 21:55:28 +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.