flipperzero-firmware/firmware/targets/f6/ble-glue
gornekich 3225f40870
[FL-1952] BLE bonding fix (#805)
* furi-hal-bt: add mutex guarding core2 state
* ble-glue: configure ble keys storage in SRAM2
* bt: add load and save ble keys in internal storage
* bt: improve work furi_hal_bt API
* bt: rework app_entry -> ble_glue
* bt: apply changes for f6 target
* desktop: remove furi check
* ble-glue: comment NVM in SRAM2 configuration
* FuriHal: fix flash controller state corruption, fix incorrect semaphore release, implement C1-C2 flash controller access according to spec. Gui: change logging level.
* Libs: better lfs integration with lfs_config.
* Ble: switch C2 NVM to RAM.
* FuriHalCrypto: ensure that core2 is alive before sending shci commands
* Ble: fix incorrect nvm buffer size

Co-authored-by: あく <alleteam@gmail.com>
2021-11-04 20:26:41 +03:00
..
app_common.h [FL-1722] BLE custom serial service (#685) 2021-09-10 00:11:32 +03:00
app_conf.h [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
app_debug.c BT: stop advertising in bt test cli commands (#712) 2021-09-21 12:48:08 +03:00
app_debug.h BT: stop advertising in bt test cli commands (#712) 2021-09-21 12:48:08 +03:00
battery_service.c [FL-1796] Disable bluetooth (#703) 2021-09-15 19:58:32 +03:00
battery_service.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
ble_app.c [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
ble_app.h [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
ble_conf.h [FL-1722] BLE custom serial service (#685) 2021-09-10 00:11:32 +03:00
ble_dbg_conf.h BT: stop advertising in bt test cli commands (#712) 2021-09-21 12:48:08 +03:00
ble_glue.c [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
ble_glue.h [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
dev_info_service.c [FL-1961] Cli: device_info format versioning. Detach target from firmware name. #765 2021-10-16 14:25:32 +03:00
dev_info_service.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
gap.c [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
gap.h [FL-1721] Bluetooth refactoring (#747) 2021-10-12 19:41:42 +03:00
hw_conf.h [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +03:00
hw_if.h
hw_ipcc.c
hw_timerserver.c
serial_service.c [FL-1721] Bluetooth refactoring (#747) 2021-10-12 19:41:42 +03:00
serial_service.h [FL-1721] Bluetooth refactoring (#747) 2021-10-12 19:41:42 +03:00
tl_dbg_conf.h BT: stop advertising in bt test cli commands (#712) 2021-09-21 12:48:08 +03:00
utilities_conf.h