OVMS3-idf/components/bt
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
..
bluedroid bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
include component/bt : modify bluetooth config style 2017-04-06 11:35:53 +08:00
lib@30a3ab11c4 fix reg operation missing 2017-07-07 20:04:24 +08:00
bt.c component/bt : fix task post bug && fix controller init protection 2017-06-13 17:14:50 +08:00
component.mk Merge branch 'master' into feature/btdm_avrc 2017-03-31 12:51:45 +08:00
Kconfig component/bt: add constraint in Kconfig to enable SMP_ENABLE when using classic BT 2017-06-15 20:06:49 +08:00