mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Shokz: Fix linter
This commit is contained in:
+1
-1
@@ -732,7 +732,7 @@ class ShokzSupport : AbstractHeadphoneBTBRDeviceSupport(LOG, MAX_MTU) {
|
||||
}
|
||||
|
||||
MultipointPairingActivity.ACTION_MULTIPOINT_DISABLE -> {
|
||||
val macAddress = bluetoothAdapter.address
|
||||
val macAddress = "02:00:00:00:00:00" // TODO bluetoothAdapter.address
|
||||
LOG.debug("Disabling multipoint from mac address {}", macAddress)
|
||||
val macAddressBytes = macAddress.replace(":", "").hexToByteArray()
|
||||
macAddressBytes.reverse()
|
||||
|
||||
Reference in New Issue
Block a user