kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
don't leak macaddrs into logs
rodzic
6306d19f6d
commit
f3be13f0fb
|
@ -69,7 +69,7 @@ private fun requestBonding(
|
||||||
device: BluetoothDevice,
|
device: BluetoothDevice,
|
||||||
onComplete: (Int) -> Unit
|
onComplete: (Int) -> Unit
|
||||||
) {
|
) {
|
||||||
SLogging.info("Starting bonding for $device")
|
SLogging.info("Starting bonding for ${device.anonymize}")
|
||||||
|
|
||||||
// We need this receiver to get informed when the bond attempt finished
|
// We need this receiver to get informed when the bond attempt finished
|
||||||
val bondChangedReceiver = object : BroadcastReceiver() {
|
val bondChangedReceiver = object : BroadcastReceiver() {
|
||||||
|
|
Ładowanie…
Reference in New Issue