mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 22:54:58 -04:00
Cleanup
This commit is contained in:
parent
8cf6e9cb40
commit
6eaacb7f99
3 changed files with 6 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue