diff --git a/android/app/src/com/android/bluetooth/mcp/McpService.java b/android/app/src/com/android/bluetooth/mcp/McpService.java index 22d5ee2d43e4a380d9d4b5ed1b736f0d761d5aac..e46c23a5f4b12a31d6c0152c32f0ae1d2eb97110 100644 --- a/android/app/src/com/android/bluetooth/mcp/McpService.java +++ b/android/app/src/com/android/bluetooth/mcp/McpService.java @@ -184,6 +184,7 @@ public class McpService extends ProfileService { return; } Log.w(TAG, "onDeviceUnauthorized - authorization notification not implemented yet "); + setDeviceAuthorized(device, false); } public void setDeviceAuthorized(BluetoothDevice device, boolean isAuthorized) {