This commit is contained in:
Mark Qvist 2025-01-13 20:06:51 +01:00
parent 8cf6e9cb40
commit 6eaacb7f99
3 changed files with 6 additions and 12 deletions

View file

@ -383,6 +383,8 @@ char bt_devname[11];
}
}
void bt_flush() { if (bt_state == BT_STATE_CONNECTED) { SerialBT.flushTXD(); } }
void bt_disable_pairing() {
bt_allow_pairing = false;
bt_ssp_pin = 0;