Code Monkey home page Code Monkey logo

Comments (24)

Driv28 avatar Driv28 commented on June 7, 2024 2

Please try the latest Release:

https://github.com/simondankelmann/Bluetooth-LE-Spam/releases

the BLUETOOTH_ADVERTISE permission was introduced in API Level 31 (Android 12) as @ha2ked mentioned, causing problems on older API Levels :

Permission not granted: android.permission.BLUETOOTH_ADVERTISE

Yes works now. No more stopping ☺️☺️☺️

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024 1

So my conclusion is that the android.permission.BLUETOOTH_ADVERTISE permission does not exist on android nine or lower

from bluetooth-le-spam.

Driv28 avatar Driv28 commented on June 7, 2024 1

I changed the used permissions in the Manifest.xml accordingly to:

https://developer.android.com/develop/connectivity/bluetooth/bt-permissions

please try again and let us know if it helped :)

Thank you for your fast reply. Tested both apks. I now get a warning when I install the app but same error as before.

from bluetooth-le-spam.

simondankelmann avatar simondankelmann commented on June 7, 2024 1

Once more i changed the way permissions are requested at runtime due to this line in the Log:

Can request only one set of permissions at a time

please check out:

https://github.com/simondankelmann/Bluetooth-LE-Spam/releases/tag/v0.0.2

from bluetooth-le-spam.

simondankelmann avatar simondankelmann commented on June 7, 2024 1

Please try the latest Release:

https://github.com/simondankelmann/Bluetooth-LE-Spam/releases

the BLUETOOTH_ADVERTISE permission was introduced in API Level 31 (Android 12) as @ha2ked mentioned, causing problems on older API Levels :

Permission not granted: android.permission.BLUETOOTH_ADVERTISE

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024 1

Please try the latest Release:

https://github.com/simondankelmann/Bluetooth-LE-Spam/releases

the BLUETOOTH_ADVERTISE permission was introduced in API Level 31 (Android 12) as @ha2ked mentioned, causing problems on older API Levels :

Permission not granted: android.permission.BLUETOOTH_ADVERTISE

Yes works now. No more stopping ☺️☺️☺️

Yes working here thank you

from bluetooth-le-spam.

simondankelmann avatar simondankelmann commented on June 7, 2024

I added some null checks, it seems there was a problem when Bluetooth is turned off while you open the App. You might download the new Version and try again :) if the Error remains, it would be great if you could submit the Errormessage from Android Studio

from bluetooth-le-spam.

loss-and-quick avatar loss-and-quick commented on June 7, 2024

I just tried both APKs you have released. On a MIUI device with Android 10 the app requests location permissions for the time the app is in the foreground. So far so good, but once you press the start button it immediately stops again without any line telling me that it attempted to send out a request.

Same on EMUI

from bluetooth-le-spam.

ErfanDL avatar ErfanDL commented on June 7, 2024

same problem on Galaxy A70

from bluetooth-le-spam.

Driv28 avatar Driv28 commented on June 7, 2024

Same problem with Version 1.0. Phone: Xiaomi Redmi K20 - Android 11 - Snapdragon 730.

Works with Galaxy S20 tho

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

Same on the s8

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

I do not know if this is the right info but this is the log i got

2023-11-02 12:36:46.789 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D ViewPostIme pointer 0
2023-11-02 12:36:46.920 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D ViewPostIme pointer 1
2023-11-02 12:36:46.937 13993-13993 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 12:36:46.938 13993-13993 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 12:36:46.939 13993-13993 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 12:36:46.941 13993-13993 Advertisem...oopService de.simon.dankelmann.bluetoothlespam D Hardware Check returns: true
2023-11-02 12:36:47.014 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.014 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to execute advertisement
2023-11-02 12:36:47.014 13993-13993 Advertisem...oopService de.simon.dankelmann.bluetoothlespam D Added advertiser for: Beats Studio Buds
2023-11-02 12:36:47.023 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.023 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.023 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.024 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.024 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.024 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.024 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.025 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.025 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.025 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.025 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.025 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.025 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.025 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.025 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.026 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.026 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.026 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.026 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.026 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.026 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.027 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.027 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.027 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.028 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.028 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.028 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.028 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.028 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.028 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.029 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.029 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.029 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.029 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.030 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.030 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.030 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.030 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.030 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.031 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.031 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.031 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.031 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.032 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.032 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.032 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.032 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.032 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.033 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.033 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.033 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.034 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.034 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.034 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.034 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.034 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.034 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.034 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.035 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.035 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.035 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.035 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.035 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.036 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.036 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.036 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.037 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.037 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.037 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.038 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.038 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.038 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.038 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.039 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.039 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.039 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.039 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.039 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.040 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.040 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.040 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.040 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.041 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.041 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.041 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.041 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.041 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.041 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.041 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.042 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.042 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.042 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.042 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.043 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.043 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.043 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.044 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.044 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.044 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.044 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.044 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.044 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.045 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.045 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.045 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.045 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.045 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.045 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.046 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.046 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.046 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.047 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.047 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.047 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.048 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.048 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.048 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.049 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.049 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.049 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.049 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.049 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.049 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.050 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.050 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.050 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.050 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.051 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.051 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.051 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.051 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.051 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.051 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.051 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.052 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.052 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.052 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.052 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.052 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.052 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.052 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.053 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.053 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.053 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.053 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.053 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.053 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.054 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.054 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.054 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.054 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.054 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.054 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.055 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.055 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.055 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.055 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.055 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.055 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.056 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.056 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.056 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.056 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.056 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.056 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.057 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.057 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.057 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.057 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.057 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.057 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.057 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.057 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.057 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.058 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.058 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.058 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.058 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.058 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.058 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.059 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.059 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.059 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.059 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.059 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.059 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.060 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.060 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.060 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.060 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.060 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.060 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.061 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.061 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.061 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.061 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.061 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.061 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.062 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.062 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.062 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.063 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.063 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.063 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.063 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.063 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.063 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.064 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.064 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.064 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.065 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.065 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.065 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.066 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.066 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.066 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.066 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.066 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.067 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.067 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.067 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.067 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.068 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.068 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.069 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.069 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.070 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.070 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.070 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.071 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.071 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.071 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.072 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.072 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.072 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.072 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.072 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.073 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.073 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.073 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.073 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.073 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.073 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.073 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.073 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.073 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.074 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.074 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.074 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.074 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.074 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.074 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.075 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.075 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.075 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.075 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.076 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.076 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.076 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.076 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.076 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.076 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.076 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.076 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.077 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.077 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.077 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.077 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.077 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.077 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.078 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.078 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.078 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.078 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.079 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.079 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.079 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.079 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.080 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.080 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.080 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.080 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.081 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.081 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.081 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.082 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.082 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.082 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.082 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.083 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.083 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.084 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.084 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.084 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.084 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.085 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.085 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.085 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.085 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.085 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.086 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.086 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.086 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.086 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.087 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.087 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.087 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.087 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.087 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.088 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.088 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.088 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.089 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.089 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.089 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.089 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.089 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.089 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.090 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.090 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.090 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.090 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.091 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.091 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.091 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.091 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.091 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.092 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.092 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.092 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.092 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.092 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.092 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.093 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.093 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.093 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.093 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.093 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.093 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.093 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.094 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.094 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.094 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.094 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.094 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.094 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.094 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.095 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.095 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.095 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.095 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.095 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.095 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.095 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.096 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.096 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.096 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.097 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.097 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.097 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.098 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.098 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.098 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.099 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.099 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.099 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.100 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.100 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.100 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.100 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.100 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.100 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.101 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.101 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.101 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.101 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.101 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.101 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.102 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.102 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.102 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.102 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.102 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.103 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.103 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.103 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.103 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.104 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.104 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.104 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.104 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.104 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.104 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.105 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.105 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.105 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.105 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.105 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.105 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.105 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.106 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.106 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.106 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.106 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.106 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.106 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.106 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.107 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.107 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.107 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.107 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.108 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.108 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.108 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.108 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.108 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.108 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.109 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.109 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.109 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.109 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.109 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.109 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.110 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.110 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.110 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.110 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.110 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.110 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.111 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.111 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.111 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.111 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.111 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.111 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.112 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.112 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.112 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.112 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.112 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.112 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.113 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.113 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.113 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.113 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.114 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.114 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.116 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.116 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.116 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.116 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.116 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.116 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.117 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.117 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.117 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.117 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.118 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.118 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.118 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.118 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.118 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.118 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.119 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.119 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.119 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.119 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.119 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.120 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.120 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.120 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.120 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.120 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.120 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.121 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.121 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.121 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.121 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.121 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.121 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.122 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.122 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.122 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.122 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.122 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.122 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.122 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.123 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.123 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.123 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.123 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.123 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.123 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.123 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.123 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.124 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.124 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.124 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.124 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.125 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.125 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.125 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.125 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.125 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.125 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.125 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.125 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.126 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.126 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.126 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.126 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.127 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.127 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.127 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.127 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.127 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.127 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.128 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.128 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.128 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.128 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.128 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.128 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.128 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.129 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.129 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.129 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.129 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.129 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.129 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.129 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.130 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.130 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.130 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.130 13993-13993 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 12:36:47.131 13993-13993 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 12:36:47.131 13993-13993 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 12:36:47.210 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D MSG_WINDOW_FOCUS_CHANGED 0 1
2023-11-02 12:36:47.210 13993-13993 InputMethodManager de.simon.dankelmann.bluetoothlespam D prepareNavigationBarInfo() DecorView@d33a28b[MainActivity]
2023-11-02 12:36:47.210 13993-13993 InputMethodManager de.simon.dankelmann.bluetoothlespam D getNavigationBarColor() -16381933
2023-11-02 12:36:47.245 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D setWindowStopped(false) old=false
2023-11-02 12:36:47.271 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D MSG_WINDOW_FOCUS_CHANGED 1 1
2023-11-02 12:36:47.271 13993-13993 InputMethodManager de.simon.dankelmann.bluetoothlespam D prepareNavigationBarInfo() DecorView@d33a28b[MainActivity]
2023-11-02 12:36:47.272 13993-13993 InputMethodManager de.simon.dankelmann.bluetoothlespam D getNavigationBarColor() -16381933
2023-11-02 12:36:47.293 13993-13993 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D Relayout returned: old=[0,0][1080,2220] new=[0,0][1080,2220] result=0x1 surface={valid=true 503279755264} changed=false

from bluetooth-le-spam.

Driv28 avatar Driv28 commented on June 7, 2024

So my conclusion is that the android.permission.BLUETOOTH_ADVERTISE permission does not exist on android nine or lower

I can try to take a log tomorrow but the OP has Android 10 and my phone is on Android 11

from bluetooth-le-spam.

simondankelmann avatar simondankelmann commented on June 7, 2024

I changed the used permissions in the Manifest.xml accordingly to:

https://developer.android.com/develop/connectivity/bluetooth/bt-permissions

please try again and let us know if it helped :)

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

I changed the used permissions in the Manifest.xml accordingly to:

https://developer.android.com/develop/connectivity/bluetooth/bt-permissions

please try again and let us know if it helped :)

Thank you for your fast reply. Tested both apks. I now get a warning when I install the app but same error as before.

Same here

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

Once more i changed the way permissions are requested at runtime due to this line in the Log:

Can request only one set of permissions at a time

please check out:

https://github.com/simondankelmann/Bluetooth-LE-Spam/releases/tag/v0.0.2

Sorry ain't working will comment log in a sec

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

Here is log from latest apk

2023-11-02 18:23:31.493 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D ViewPostIme pointer 0
2023-11-02 18:23:31.541 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D ViewPostIme pointer 1
2023-11-02 18:23:31.579 28178-28178 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 18:23:31.580 28178-28178 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 18:23:31.582 28178-28178 BluetoothAdapter de.simon.dankelmann.bluetoothlespam D STATE_ON
2023-11-02 18:23:31.587 28178-28178 Advertisem...oopService de.simon.dankelmann.bluetoothlespam D Hardware Check returns: true
2023-11-02 18:23:31.645 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.645 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to execute advertisement
2023-11-02 18:23:31.645 28178-28178 Advertisem...oopService de.simon.dankelmann.bluetoothlespam D Added advertiser for: SRS-XB43
2023-11-02 18:23:31.666 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.667 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.667 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.667 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.667 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.667 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.668 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.668 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.668 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.669 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.669 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.669 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.669 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.669 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.669 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.670 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.670 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.670 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.671 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.671 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.671 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.672 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.672 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.672 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.672 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.672 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.672 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.673 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.673 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.673 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.673 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.674 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.674 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.674 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.674 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.674 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.675 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.675 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.675 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.675 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.675 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.675 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.676 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.676 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.676 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.677 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.677 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.677 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.677 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.677 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.678 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.678 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.678 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.678 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.679 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.679 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.679 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.679 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.679 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.679 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.680 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.680 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.680 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.681 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.681 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.681 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.681 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.682 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.682 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.682 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.682 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.682 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.683 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.683 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.683 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.684 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.684 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.684 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.684 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.685 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.685 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.685 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.685 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.685 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.686 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.686 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.686 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.686 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.686 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.686 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.687 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.687 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.687 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.688 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.688 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.688 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.689 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.689 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.689 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.689 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.690 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.690 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.691 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.691 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.691 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.692 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.692 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.692 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.692 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.692 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.692 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.693 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.693 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.693 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.694 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.694 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.694 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.694 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.695 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.695 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.695 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.695 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.695 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.696 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.696 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.696 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.696 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.696 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.696 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.697 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.697 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.697 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.698 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.698 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.698 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.698 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.698 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.698 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.699 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.699 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.699 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.700 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.700 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.700 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.700 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.700 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.700 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.701 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.701 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.701 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.702 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.702 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.702 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.702 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.703 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.703 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.703 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.703 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.704 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.704 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.704 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.704 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.704 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.704 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.705 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.705 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.705 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.705 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.705 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.705 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.705 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.706 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.706 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.706 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.706 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.706 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.706 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.707 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.707 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.707 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.707 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.707 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.707 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.708 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.708 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.708 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.708 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.708 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.708 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.709 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.709 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.709 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.709 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.709 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.709 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.710 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.710 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.710 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.710 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.711 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.711 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.711 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.711 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.711 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.712 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.712 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.712 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.712 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.712 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.712 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.713 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.713 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.713 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.713 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.713 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.713 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.714 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.714 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.714 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.714 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.715 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.715 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.715 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.715 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.715 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.716 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.716 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.716 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.716 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.716 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.716 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.716 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.717 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.717 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.717 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.717 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.717 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.717 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.718 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.718 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.718 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.718 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.718 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.718 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.719 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.719 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.719 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.719 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.719 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.720 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.720 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.720 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.720 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.720 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.720 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.721 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.721 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.721 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.722 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.722 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.722 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.722 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.722 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.722 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.723 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.723 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.723 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.723 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.723 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.723 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.724 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.724 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.724 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.724 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.724 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.724 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.725 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.725 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.725 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.726 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.726 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.726 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.726 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.726 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.726 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.727 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.727 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.727 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.727 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.727 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.727 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.728 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.728 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.728 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.728 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.728 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.729 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.729 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.729 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.729 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.729 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.730 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.730 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.730 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.730 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.730 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.731 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.731 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.731 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.732 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.732 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.732 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.732 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.732 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.732 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.733 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.733 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.733 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.733 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.733 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.733 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.733 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.734 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.734 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.734 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.734 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.734 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.734 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.734 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.734 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.735 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.735 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.735 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.735 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.736 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.736 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.736 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.736 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.736 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.736 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.736 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.736 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.737 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.737 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.737 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.737 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.737 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.737 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.738 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.738 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.738 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.738 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.738 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.738 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.740 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.740 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.740 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.741 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.741 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.741 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.741 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.742 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.742 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.742 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.742 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.742 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.743 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.743 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.743 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.743 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.743 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.743 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.744 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.744 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.744 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.744 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.744 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.744 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.745 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.745 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.745 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.746 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.746 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.746 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.747 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.747 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.747 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.748 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.748 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.748 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.749 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.749 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.749 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.750 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.750 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.750 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.750 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.750 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.750 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.751 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.751 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.751 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.752 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.752 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.752 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.753 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.753 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.753 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.753 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.753 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.754 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.754 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.754 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.754 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.754 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.754 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.754 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.755 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.755 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.755 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.755 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.755 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.755 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.756 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.756 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.756 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.757 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.757 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.757 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.757 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.757 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.757 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.758 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.758 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.758 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.759 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.759 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.759 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.760 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.760 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.760 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.760 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.760 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.760 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.761 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.761 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.761 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.761 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.761 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.761 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.762 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.762 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.762 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.763 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.763 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.763 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.763 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.764 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.764 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.764 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.764 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.764 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.765 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.765 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.765 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.765 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.765 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.765 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.765 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.766 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.766 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.766 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.766 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.766 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.767 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.767 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.767 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.767 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.768 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.768 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.769 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.769 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.769 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.769 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.769 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.769 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.770 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.770 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.770 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.771 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.771 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.771 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.771 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.772 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.772 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.772 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.772 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.772 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.773 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.773 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.773 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.773 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.773 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.773 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.774 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.774 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.774 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.774 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.775 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.775 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.775 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.775 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.775 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.776 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.776 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.776 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.776 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.777 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.777 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.777 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.777 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.777 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.778 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.778 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.778 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.779 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.779 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.779 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.780 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.780 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.780 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.780 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.780 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.780 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.781 28178-28178 Activity de.simon.dankelmann.bluetoothlespam W Can request only one set of permissions at a time
2023-11-02 18:23:31.781 28178-28178 PermissionCheck de.simon.dankelmann.bluetoothlespam D Permission not granted: android.permission.BLUETOOTH_ADVERTISE
2023-11-02 18:23:31.781 28178-28178 BluetoothL...entService de.simon.dankelmann.bluetoothlespam D Missing permission to stop advertisement
2023-11-02 18:23:31.867 28178-28184 bluetoothlespa de.simon.dankelmann.bluetoothlespam I Compiler allocated 4MB to compile void android.widget.TextView.(android.content.Context, android.util.AttributeSet, int, int)
2023-11-02 18:23:31.880 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D MSG_WINDOW_FOCUS_CHANGED 0 1
2023-11-02 18:23:31.880 28178-28178 InputMethodManager de.simon.dankelmann.bluetoothlespam D prepareNavigationBarInfo() DecorView@d33a28b[MainActivity]
2023-11-02 18:23:31.881 28178-28178 InputMethodManager de.simon.dankelmann.bluetoothlespam D getNavigationBarColor() -16381933
2023-11-02 18:23:31.903 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D setWindowStopped(false) old=false
2023-11-02 18:23:31.928 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D MSG_WINDOW_FOCUS_CHANGED 1 1
2023-11-02 18:23:31.928 28178-28178 InputMethodManager de.simon.dankelmann.bluetoothlespam D prepareNavigationBarInfo() DecorView@d33a28b[MainActivity]
2023-11-02 18:23:31.928 28178-28178 InputMethodManager de.simon.dankelmann.bluetoothlespam D getNavigationBarColor() -16381933
2023-11-02 18:23:31.951 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D Relayout returned: old=[0,0][1080,2220] new=[0,0][1080,2220] result=0x1 surface={valid=true 503280041984} changed=false
2023-11-02 18:24:10.511 28178-28178 ViewRootIm...nActivity] de.simon.dankelmann.bluetoothlespam D MSG_WINDOW_FOCUS_CHANGED 0 1

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

In case this is any help this is the log on starting up the app
STARTUP-LOG.txt

from bluetooth-le-spam.

Driv28 avatar Driv28 commented on June 7, 2024

Once more i changed the way permissions are requested at runtime due to this line in the Log:
Can request only one set of permissions at a time
please check out:
https://github.com/simondankelmann/Bluetooth-LE-Spam/releases/tag/v0.0.2

Sorry ain't working will comment log in a sec

I confirm, same error

from bluetooth-le-spam.

ha2ked avatar ha2ked commented on June 7, 2024

Is this the problem this is in log

image

from bluetooth-le-spam.

Geofferey avatar Geofferey commented on June 7, 2024

pm grant de.simon.dankelmann.bluetoothlespam android.permission.BLUETOOTH_ADVERTISE

Exception occurred while executing 'grant': java.lang.IllegalArgumentException: Unknown permission: android.permission.BLUETOOTH_ADVERTISE

Wonder 🤔 I'm on Android 10

from bluetooth-le-spam.

simondankelmann avatar simondankelmann commented on June 7, 2024

Can you try granting all permissions manually in the app settings ?

from bluetooth-le-spam.

Driv28 avatar Driv28 commented on June 7, 2024

Can you try granting all permissions manually in the app settings ?

Yes, but No improvement

from bluetooth-le-spam.

SpiritOTHawk avatar SpiritOTHawk commented on June 7, 2024

Some issue on Galaxy A40 and Galaxy A3 (2017). Android 11 and 8. Bluetooth turned on.

from bluetooth-le-spam.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.