OVMS3-idf/components/bt/bluedroid/osi
Ivan Grokhotkov 979fce0df5 bt: call nvs_flash_init in examples, show error if NVS is not initialized
NVS is used to store PHY calibration data, WiFi configuration, and BT
configuration. Previously BT examples did not call nvs_flash_init,
relying on the fact that it is called during PHY init. However PHY init
did not handle possible NVS initialization errors.

This change moves PHY init procedure into the application, and adds
diagnostic messages to BT config management routines if NVS is not
initialized.
2017-07-17 21:29:50 +08:00
..
include component/bt: Fixed a very important bug of the SMP security module when use SMP to connected after bonding. 2017-06-26 05:02:57 -04:00
alarm.c component/bt: transfer bluedroid timer events to be handled by BTC task 2017-04-14 18:49:30 +08:00
allocator.c component/bt: Change the osi_mem_dbg_init to the esp_bluedroid_init function. 2017-06-13 08:52:26 -04:00
buffer.c component/bt : run astyle handle the code files 2016-11-25 02:10:15 +08:00
config.c bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
fixed_queue.c component/bt : run astyle handle the code files 2016-11-25 02:10:15 +08:00
future.c bt component: Fix memory leak while using gatt server 2017-04-12 14:58:45 +08:00
hash_functions.c component/bt : run astyle handle the code files 2016-11-25 02:10:15 +08:00
hash_map.c component/bt : run astyle handle the code files 2016-11-25 02:10:15 +08:00
list.c component/bt : run astyle handle the code files 2016-11-25 02:10:15 +08:00
osi_arch.c Replace backwards-compatible portTICK_RATE_MS with FreeRTOS v8+ portTICK_PERIOD_MS 2016-12-28 10:23:13 +11:00