Loading android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −1 Original line number Diff line number Diff line Loading @@ -405,8 +405,9 @@ public class BluetoothMapService extends ProfileService { intent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, BluetoothDevice.REQUEST_TYPE_MESSAGE_ACCESS); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); isWaitingAuthorization = true; sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); if (DEBUG) Log.d(TAG, "waiting for authorization for connection from: " + sRemoteDeviceName); Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +2 −1 Original line number Diff line number Diff line Loading @@ -586,8 +586,9 @@ public class BluetoothPbapService extends Service { intent.putExtra(BluetoothDevice.EXTRA_PACKAGE_NAME, getPackageName()); intent.putExtra(BluetoothDevice.EXTRA_CLASS_NAME, BluetoothPbapReceiver.class.getName()); sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); isWaitingAuthorization = true; sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); if (VERBOSE) Log.v(TAG, "waiting for authorization for connection from: " + sRemoteDeviceName); Loading Loading
android/app/src/com/android/bluetooth/map/BluetoothMapService.java +2 −1 Original line number Diff line number Diff line Loading @@ -405,8 +405,9 @@ public class BluetoothMapService extends ProfileService { intent.putExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, BluetoothDevice.REQUEST_TYPE_MESSAGE_ACCESS); intent.putExtra(BluetoothDevice.EXTRA_DEVICE, mRemoteDevice); sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); isWaitingAuthorization = true; sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); if (DEBUG) Log.d(TAG, "waiting for authorization for connection from: " + sRemoteDeviceName); Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +2 −1 Original line number Diff line number Diff line Loading @@ -586,8 +586,9 @@ public class BluetoothPbapService extends Service { intent.putExtra(BluetoothDevice.EXTRA_PACKAGE_NAME, getPackageName()); intent.putExtra(BluetoothDevice.EXTRA_CLASS_NAME, BluetoothPbapReceiver.class.getName()); sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); isWaitingAuthorization = true; sendBroadcast(intent, BLUETOOTH_ADMIN_PERM); if (VERBOSE) Log.v(TAG, "waiting for authorization for connection from: " + sRemoteDeviceName); Loading