mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-09-19 04:59:59 +00:00
logs
This commit is contained in:
parent
cac3b9ec6c
commit
f40283694d
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user