OVMS3-idf/examples/bluetooth
Sagar Bijwe 1df85e0039 nvs_flash: Version compatibility check for nvs storage
This change adds a check for compatibility between the nvs version
found on nvs flash and the one assumed by running code during nvs
initialization. Any mismatch is reported to the user using new error
code ESP_ERR_NVS_NEW_VERSION_FOUND.
2018-08-05 00:00:56 +00:00
..
a2dp_gatts_coex nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
a2dp_sink nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
a2dp_source nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
ble_adv nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
ble_eddystone Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_hid_device_demo nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
ble_ibeacon Component/bt: fix scan duplicate 2018-05-21 15:23:15 +08:00
ble_spp_client component/bt_refactor_ble_spp_readme 2018-07-12 09:09:01 +08:00
ble_spp_server nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
ble_throughput nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
blufi nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
bt_discovery nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
bt_spp_acceptor nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
bt_spp_initiator nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
bt_spp_vfs_acceptor nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
bt_spp_vfs_initiator nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
controller_hci_uart nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gatt_client nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gatt_security_client nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gatt_security_server nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gatt_server nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gatt_server_service_table nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
gattc_multi_connect nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00: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.