This commit is contained in:
callebtc
2025-07-13 22:35:18 +02:00
parent cac3b9ec6c
commit f40283694d
@@ -266,7 +266,7 @@ class BluetoothGattClientManager(
if (!permissionManager.hasBluetoothPermissions()) return
val deviceAddress = device.address
Log.d(TAG, "Connecting to bitchat device: $deviceAddress")
Log.i(TAG, "Connecting to bitchat device: $deviceAddress")
val gattCallback = object : BluetoothGattCallback() {
override fun onConnectionStateChange(gatt: BluetoothGatt, status: Int, newState: Int) {