This commit is contained in:
Mark Qvist 2024-10-11 14:48:42 +02:00
parent c51335a1df
commit 7a8a1b5dee

View File

@ -387,6 +387,7 @@ char bt_devname[11];
bt_ssp_pin = 0;
bt_state = BT_STATE_ON;
}
void bt_pairing_complete(uint16_t conn_handle, uint8_t auth_status) {
if (auth_status == BLE_GAP_SEC_STATUS_SUCCESS) {
BLEConnection* connection = Bluefruit.Connection(conn_handle);