flipperzero-firmware/firmware/targets/f7/ble-glue
gornekich 7170864fe4
[FL-1976] BLE HID (#852)
* ble: prototype ble hid
* ble: add HID service and characteristics
* debug tools: add ble keyboard app
* ble: change appearance
* ble: working keyboard
* bt: introduce furi-hal-bt-hid
* bt: restart hid service on each keyboard app enter
* bt: introduce switch profile
* bt: add profile to ble glue
* bt: working profile switch
* bt: introduce bt serial profile, rework API
* bt: rewotk HID profile
* bt: rework gap with profile configuration
* bt: move change profile routine to furi hal bt
* bt: change switch profile API to blocking
* bt: move battery update to furi hal bt
* bt: cleanup
* bt: add support for f6 target
* bt: update documentation
* bt: clean up code
* bt: remove NO OUTPUT setting
* bt: set numeric comparison pairing in BLE HID
* bt: support f6 target
* bt: set mac address in profile configuration
* bt: set advertise name in profile config
* bt: rework with furi thread
* bt: support f6 target
* bt: clear hci command buffer on core2 restart
* bt: correct thread kill sequence
* bt: fix freertos functions calls
* bt: add some enterprise delays fo correct memory free
* bt: code cleanup
* bt: change terminate -> stop
* bt: fix memory leakage

Co-authored-by: あく <alleteam@gmail.com>
2021-12-08 14:28:01 +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-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-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
battery_service.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
ble_app.c [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
ble_app.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +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 BT: stop advertising in bt test cli commands (#712) 2021-09-21 12:48:08 +03:00
ble_glue.c [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
ble_glue.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
dev_info_service.c [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
dev_info_service.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
gap.c [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
gap.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
hid_service.c [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
hid_service.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
hw_conf.h [FL-1952] BLE bonding fix (#805) 2021-11-04 20:26:41 +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-1976] BLE HID (#852) 2021-12-08 14:28:01 +03:00
serial_service.h [FL-1976] BLE HID (#852) 2021-12-08 14:28:01 +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 [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00