Fix note professor

This commit is contained in:
Raffaele Mignone 2020-07-09 21:14:00 +02:00
parent b6ec9ec767
commit bb7a3dc7ee
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Questa operazione è stata svolta attraverso la classe `BeaconTransmitter` messa
Inoltre per la modalità di funzionamento *C* è stato necessario prevedere un meccanismo di rotazione delle chiavi.
Questa rotazione viene settata attraverso la funzione `rotateTCN()` che sfrutta un `Handler` per programmare la rotazione dell'UUID.
``` {.kotlin #lst:rotate-tcn caption="Codice necessario alla torazione del tcn."}
``` {.kotlin #lst:rotate-tcn caption="Codice necessario alla rotazione del tcn."}
private fun rotateTCN() {
val advertiseHandler = Handler()
val changeTCN: Runnable = object : Runnable {