BLE Transmitter stopped advertising
See original GitHub issueHome Assistant Android version: beta-1594-e881a8a-full Android version: 12 Phone model: Pixel 3XL Home Assistant version: 2021.10.6 Last working Home Assistant release (if known): 202110.6 Description of problem: BLE Transmitter has stopped advertising. This stopped with 2021.10.0 version of Android. My wife’s phone stopped as well. I looked through the logs and found this
10-29 23:23:03.281 16400 16400 D BluetoothAdapter: isLeEnabled(): ON
10-29 23:23:03.288 16400 16400 E BeaconTransmitter: Advertisement start failed, code: 3
10-29 23:23:04.368 16400 16588 D
Traceback (if applicable, to get the logs you may refer to: https://companion.home-assistant.io/docs/troubleshooting/faqs/#android-crash-logs):
Screenshot of problem:
Additional information:
Issue Analytics
- State:
- Created 2 years ago
- Comments:35 (14 by maintainers)
Top GitHub Comments
I can also confirm this is working as well with that apk. Thanks for you work as well!
On Fri, Nov 5, 2021, 1:06 PM mloebl @.***> wrote:
I looked at the logs and found this
BeaconTransmitter: Cannot start advertising due to exception
11-02 17:52:49.884 21097 21132 E BeaconTransmitter: java.lang.SecurityException: Need android.permission.BLUETOOTH_ADVERTISE permission for @.***: GattService startAdvertisingSet
11-02 17:52:49.884 21097 21132 E BeaconTransmitter: at android.os.Parcel.createExceptionOrNull(Parcel.java:2425)
On Tue, Nov 2, 2021, 5:45 PM Brad Schildgen @.***> wrote: