flipperzero-firmware/firmware/targets/f7/ble-glue
gornekich 95d9140d24
[FL-1795] BLE GAP refactoring (#694)
* ble: remove heart rate profile
* ble-glue: delete dead code
* ble-glue: dis refactoring
* ble-glue: add battery service
* broken ble_common refactoring
* ble-glue: advertise 128 bit service uid
* ble-glue: remove dead code
* ble: advertise service 16 bit uid depending on flipper color
* ble-glue: remove debug
* ble: intriduce serial service
* ble: serial over ble
* bt: serial echo server
* bt: serial service process indicate acknowledge
* bt: serial service event handler update
* bt: refactore battery service
* bt: add battery level apdate API
* power: update battery level on change
* bt: refactore device information service
* app_ble: pairing configuration
* bt: display pin code
* bt: refactor battery service
* bt: refactor device info service
* bt: change advertise timer to freertos one
* bt: separate app_ble to hci and gap
* bt: increase max ble packet size
* gap: refactoring
* bt: refactor serial service
* bt: support f7 target
* bt: not blocking pin code show request

Co-authored-by: Anna Prosvetova <anna@prosvetova.me>
Co-authored-by: あく <alleteam@gmail.com>
2021-09-13 14:25:37 +03:00
..
app_ble.c [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
app_ble.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
app_common.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
app_conf.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
app_entry.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
app_entry.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
battery_service.c [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
battery_service.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
ble_conf.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
ble_dbg_conf.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
dev_info_service.c [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
dev_info_service.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
gap.c [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
gap.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
hw_conf.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
hw_if.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
hw_ipcc.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
hw_timerserver.c [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
serial_service.c [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
serial_service.h [FL-1795] BLE GAP refactoring (#694) 2021-09-13 14:25:37 +03:00
tl_dbg_conf.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
utilities_conf.h [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00