mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 05:05:20 +00:00
logs
This commit is contained in:
@@ -266,7 +266,7 @@ class BluetoothGattClientManager(
|
|||||||
if (!permissionManager.hasBluetoothPermissions()) return
|
if (!permissionManager.hasBluetoothPermissions()) return
|
||||||
|
|
||||||
val deviceAddress = device.address
|
val deviceAddress = device.address
|
||||||
Log.d(TAG, "Connecting to bitchat device: $deviceAddress")
|
Log.i(TAG, "Connecting to bitchat device: $deviceAddress")
|
||||||
|
|
||||||
val gattCallback = object : BluetoothGattCallback() {
|
val gattCallback = object : BluetoothGattCallback() {
|
||||||
override fun onConnectionStateChange(gatt: BluetoothGatt, status: Int, newState: Int) {
|
override fun onConnectionStateChange(gatt: BluetoothGatt, status: Int, newState: Int) {
|
||||||
|
|||||||
Reference in New Issue
Block a user