]> granicus.if.org Git - esp-idf/commit
component/bt: implement non-volatile memory access module for link key storage
authorwangmengyang <wangmengyang@espressif.com>
Thu, 19 Jan 2017 09:11:01 +0000 (17:11 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Thu, 19 Jan 2017 09:11:01 +0000 (17:11 +0800)
commit0f711963d7e5a3436ab83d2384d55d5f599b7fac
treebe968be377ef8fc1da5cb38a3abe5c26a1347ec5
parent36a74daa0a3058d3135b8280ef82b42e1fe4eab8
component/bt: implement non-volatile memory access module for link key storage

1. btif_storage module is ported
2. update controller library that moves functions called in ISRs to IRAM
components/bt/bluedroid/btif/btif_config.c [new file with mode: 0644]
components/bt/bluedroid/btif/btif_core.c
components/bt/bluedroid/btif/btif_dm.c
components/bt/bluedroid/btif/btif_storage.c [new file with mode: 0644]
components/bt/bluedroid/btif/include/btif_config.h [new file with mode: 0755]
components/bt/bluedroid/btif/include/btif_storage.h [new file with mode: 0644]
components/bt/bluedroid/btif/stack_manager.c
components/bt/bluedroid/osi/config.c [new file with mode: 0644]
components/bt/bluedroid/osi/include/config.h [new file with mode: 0755]
components/bt/bluedroid/stack/gatt/gatt_attr.c [changed mode: 0644->0755]
components/bt/lib