OVMS3-idf/examples/bluetooth
Tian Hao fbdec19c23 component/bt : fix btc security storage bug
1. Remove the bond_device global variable.
2. Fix bond_device add cause memory exception
3. Modify the code location.
4. modify thread security
5. remove esp_ble_clear_bond_device_list() API
6. modify esp_ble_get_gond_device_list() to return list immediately, rather than wait event.
7. modify the gatt_security_server demo to show how to remove all the bonded devices.
8. fix some code bugs may cause something error.
9. modify gatt_security_server demo
2017-09-22 20:19:02 +08:00
..
a2dp_sink Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master' 2017-07-20 14:26:14 +08:00
ble_adv Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master' 2017-07-20 14:26:14 +08:00
blufi Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master' 2017-07-20 14:26:14 +08:00
controller_hci_uart examples: add missing nvs_flash.h include 2017-07-20 17:53:39 +08:00
gatt_client component/bt : support remove bonded device 2017-09-22 20:19:02 +08:00
gatt_security_client component/bt : support remove bonded device 2017-09-22 20:19:02 +08:00
gatt_security_server component/bt : fix btc security storage bug 2017-09-22 20:19:02 +08:00
gatt_server component/bt : support remove bonded device 2017-09-22 20:19:02 +08:00
gatt_server_service_table Merge branch 'bugfix/init_nvs_in_bluetooth' into 'master' 2017-07-20 14:26:14 +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.