OVMS3-idf/components/bt/bluedroid
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
..
api component / bt: add set pkt data length event callback 2017-06-15 16:02:03 +08:00
bta component/bt: Added the bta gattc write ccc judgment. 2017-06-26 05:39:14 -04:00
btc Component/bt: fix bug for error length unit 2017-07-04 10:57:36 +08:00
btcore component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) 2017-04-12 16:42:14 +08:00
btif component/bt: fix adv stop event bug and add attribute table create 2017-05-08 15:44:36 +08:00
device component/bt:Finish all the separate code from BT & BLE 2017-04-20 07:18:05 -04:00
external/sbc component/bt: add conditional compilation direvatives to control the source code building of SBC codec 2017-03-17 15:57:30 +08:00
gki component/bt: resolve the differences with ESP-IDF master branch 2017-03-13 21:28:53 +08:00
hci component/bt : fix task post bug && fix controller init protection 2017-06-13 17:14: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
main component/bt: Change the osi_mem_dbg_init to the esp_bluedroid_init function. 2017-06-13 08:52:26 -04:00
osi bt: call nvs_flash_init in examples, show error if NVS is not initialized 2017-07-17 21:29:50 +08:00
stack Component/bt: bugfix update connect params for gattc 2017-07-11 11:27:36 +08:00
utils component/bt: implement classic Bluetooth profiles A2DP(sink) and AVRCP(controller) 2017-04-12 16:42:14 +08:00