I recently tried to implement the Bosch Bluetooth API which didnt seem to work. Long story short, I updated the TestApp to Gradle Version 7.4.2 and Target SDK V 33. This Version throws errors without implementing the BLUETOOTH_SCAN Permission. Now, that added that and added the Permission in my built app, it doesnt seem to find a single Bluetooth device anymore. Does anyone have a similar problem or can lead me to what to do in this situation? Once again, the only changes to the Testapp have been Target SDK 33, Gradle 7.4.2 and Adding the BLUETOOTH_SCAN Permission in the Manifest.
... View more