Removes pin verif when using BT for bad-USB

This commit is contained in:
yocvito
2023-01-30 13:31:24 +01:00
parent feac699dcb
commit fb1218c9a5
7 changed files with 63 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <furi_hal_bt.h>
#ifdef __cplusplus
extern "C" {
@@ -48,6 +49,9 @@ const uint8_t* bt_get_profile_mac_address(Bt* bt);
bool bt_remote_rssi(Bt* bt, BtRssi* rssi);
void bt_set_profile_pairing_method(Bt* bt, GapPairing pairing_method);
GapPairing bt_get_profile_pairing_method(Bt* bt);
/** Disconnect from Central
*
* @param bt Bt instance