[FL-1796] Disable bluetooth (#703)
* bt: add authentication for all characteristics * bt: app_ble cleanup * bt: add start and stop advertising API * bt: rework application with start and stop advertising API * bt: support f7 target * bt: f7 target remove unused files * bt: stop advertising in bt debug application * bt: fix bt status bar update * bt: change bluetooth On Off order
This commit is contained in:
@@ -11,7 +11,13 @@ extern "C" {
|
||||
void furi_hal_bt_init();
|
||||
|
||||
/** Start BLE app */
|
||||
bool furi_hal_bt_start_app();
|
||||
bool furi_hal_bt_init_app();
|
||||
|
||||
/** Start advertising */
|
||||
void furi_hal_bt_start_advertising();
|
||||
|
||||
/** Stop advertising */
|
||||
void furi_hal_bt_stop_advertising();
|
||||
|
||||
/** Get BT/BLE system component state */
|
||||
void furi_hal_bt_dump_state(string_t buffer);
|
||||
|
Reference in New Issue
Block a user