2023-12-27 21:02:23

by Brian J. Murrell

[permalink] [raw]
Subject: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

I have a:

Bus 003 Device 029: ID 0bda:8771 Realtek Semiconductor Corp. [unknown]

BT adapter. When I first plug it in I am able to connect my:

Device 34:88:5D:56:A8:C1 Bluetooth Mouse M557

But after some yet unknown amount of time, on the order of a day or so,
the mouse becomes disconnected and won't reconnect:

[bluetooth]# connect 34:88:5D:56:A8:C1
Attempting to connect to 34:88:5D:56:A8:C1
[bluetooth]# Failed to connect: org.bluez.Error.Failed br-connection-create-socket

When the above happens the journal logs:

Dec 27 15:47:17 pc.interlinx.bc.ca bluetoothd[3754244]: profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Dec 27 15:47:22 pc.interlinx.bc.ca bluetoothd[3754244]: profiles/input/device.c:control_connect_cb() connect to 34:88:5D:56:A8:C1: Host is down (112)

If I simply unplug/plug-in the adapter then try to connect using the
GNOME Bluetooth control it will reconnect.

It will stay connected for a period of time when it will drop and then
I have to start this palaver all over again.

The question is what is needed to be able to debug why bluez gets into
this state with this adapter?

Cheers,
b.


Attachments:
signature.asc (499.00 B)
This is a digitally signed message part

2024-01-03 14:17:43

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

Does anyone have any idea how I can supply enough info to resolve this?

Every morning I have to unplug/replug my USB dongle and then open the
BT settings an reconnect my mouse. It's getting very old and tiring.

I'd be more than happy to supply whatever kind of debug info is
necessary to get to a resolution on this.

My previous USB BT dongle did not have this problem at all. But it
also didn't have BLE support which I now need.

Is btmon output useful here or some kind of driver or userspace debug
enabled, etc.

Any ideas?

Cheers,
b.

On Wed, 2023-12-27 at 16:02 -0500, Brian J. Murrell wrote:
> I have a:
>
> Bus 003 Device 029: ID 0bda:8771 Realtek Semiconductor Corp.
> [unknown]
>
> BT adapter.  When I first plug it in I am able to connect my:
>
> Device 34:88:5D:56:A8:C1 Bluetooth Mouse M557
>
> But after some yet unknown amount of time, on the order of a day or
> so,
> the mouse becomes disconnected and won't reconnect:
>
> [bluetooth]# connect 34:88:5D:56:A8:C1
> Attempting to connect to 34:88:5D:56:A8:C1
> [bluetooth]# Failed to connect: org.bluez.Error.Failed br-connection-
> create-socket
>
> When the above happens the journal logs:
>
> Dec 27 15:47:17 pc.interlinx.bc.ca bluetoothd[3754244]:
> profiles/input/device.c:ioctl_is_connected() Can't get HIDP
> connection info
> Dec 27 15:47:22 pc.interlinx.bc.ca bluetoothd[3754244]:
> profiles/input/device.c:control_connect_cb() connect to
> 34:88:5D:56:A8:C1: Host is down (112)
>
> If I simply unplug/plug-in the adapter then try to connect using the
> GNOME Bluetooth control it will reconnect.
>
> It will stay connected for a period of time when it will drop and
> then
> I have to start this palaver all over again.
>
> The question is what is needed to be able to debug why bluez gets
> into
> this state with this adapter?
>
> Cheers,
> b.
>


Attachments:
signature.asc (499.00 B)
This is a digitally signed message part

2024-01-03 16:08:48

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

Hi Brian,

On Wed, Jan 3, 2024 at 9:17 AM Brian J. Murrell <[email protected]> wrote:
>
> Does anyone have any idea how I can supply enough info to resolve this?
>
> Every morning I have to unplug/replug my USB dongle and then open the
> BT settings an reconnect my mouse. It's getting very old and tiring.
>
> I'd be more than happy to supply whatever kind of debug info is
> necessary to get to a resolution on this.
>
> My previous USB BT dongle did not have this problem at all. But it
> also didn't have BLE support which I now need.
>
> Is btmon output useful here or some kind of driver or userspace debug
> enabled, etc.
>
> Any ideas?
>
> Cheers,
> b.
>
> On Wed, 2023-12-27 at 16:02 -0500, Brian J. Murrell wrote:
> > I have a:
> >
> > Bus 003 Device 029: ID 0bda:8771 Realtek Semiconductor Corp.
> > [unknown]
> >
> > BT adapter. When I first plug it in I am able to connect my:
> >
> > Device 34:88:5D:56:A8:C1 Bluetooth Mouse M557
> >
> > But after some yet unknown amount of time, on the order of a day or
> > so,
> > the mouse becomes disconnected and won't reconnect:
> >
> > [bluetooth]# connect 34:88:5D:56:A8:C1
> > Attempting to connect to 34:88:5D:56:A8:C1
> > [bluetooth]# Failed to connect: org.bluez.Error.Failed br-connection-
> > create-socket
> >
> > When the above happens the journal logs:
> >
> > Dec 27 15:47:17 pc.interlinx.bc.ca bluetoothd[3754244]:
> > profiles/input/device.c:ioctl_is_connected() Can't get HIDP
> > connection info
> > Dec 27 15:47:22 pc.interlinx.bc.ca bluetoothd[3754244]:
> > profiles/input/device.c:control_connect_cb() connect to
> > 34:88:5D:56:A8:C1: Host is down (112)

This usually means the device cannot be found, we receive a page
timeout, so Im not really sure why replugging would have fixed it,
could you please collect the HCI trace using btmon when that happens
so we can inspect the error it is returning.

> > If I simply unplug/plug-in the adapter then try to connect using the
> > GNOME Bluetooth control it will reconnect.
> >
> > It will stay connected for a period of time when it will drop and
> > then
> > I have to start this palaver all over again.
> >
> > The question is what is needed to be able to debug why bluez gets
> > into
> > this state with this adapter?
> >
> > Cheers,
> > b.
> >
>


--
Luiz Augusto von Dentz

2024-01-03 16:55:34

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

On Wed, 2024-01-03 at 11:08 -0500, Luiz Augusto von Dentz wrote:
> Hi Brian,

Hi Luiz,

> This usually means the device cannot be found, we receive a page
> timeout, so Im not really sure why replugging would have fixed it,
> could you please collect the HCI trace using btmon

Just btmon, with no arguments, correct?

> when that happens

As in have btmon running when it happens or start btmon after it's
happened?

If the former, I can see that it's pretty chatty when it's working. Do
we expect that it will go silent once it gets into it's broken
condition or should I be running this btmon into a log of some sorts?
If it's not going to stop being so verbose once it does break, will we
be able to find the place in the log where it did break easily enough?


Cheers,
b.


Attachments:
signature.asc (499.00 B)
This is a digitally signed message part

2024-01-04 13:14:06

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

On Wed, 2024-01-03 at 11:08 -0500, Luiz Augusto von Dentz wrote:
> Hi Brian,
>
> This usually means the device cannot be found, we receive a page
> timeout, so Im not really sure why replugging would have fixed it,
> could you please collect the HCI trace using btmon when that happens
> so we can inspect the error it is returning.

As far as the terminal's scrollback buffer goes, here's what btmon
reported:

Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808029
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808030
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808075
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808076
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808119
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808120
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808173
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808174
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809737
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809741
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809795
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809797
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809846
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809850
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809897
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809898
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809943
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809944
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809990
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809991
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810036
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810037
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810082
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810083
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810128
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810130
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810176
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810176
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810220
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810221
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810264
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810266
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810309
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810310
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810361
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810362
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810410
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810412
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810457
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810458
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810504
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810505
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810551
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810551
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810595
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810597
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810640
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810641
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810684
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810686
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810774
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810863
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810906
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810995
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811040
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811128
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811217
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811262
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811351
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811416
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811463
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811508
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811551
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811596
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811640
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811685
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811730
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811774
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811818
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811863
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811908
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811953
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.811955
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812000
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812001
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812044
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812045
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812088
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812089
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812132
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812133
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812177
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812178
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812222
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812223
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812267
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812268
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812311
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812312
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812362
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812363
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812409
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812410
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812454
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812455
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812499
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812499
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812542
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812543
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812586
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812587
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812630
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812631
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812674
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812675
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812718
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812719
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812763
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812764
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812807
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812808
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812852
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812853
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812896
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812898
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812942
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812943
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812987
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812988
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813040
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813041
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813087
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813088
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813132
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813133
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813176
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813220
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813221
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813264
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813266
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813311
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813312
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813360
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815652
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815655
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815731
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815732
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815782
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815784
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815866
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815867
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815935
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815937
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815985
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815988
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816035
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816036
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816082
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816084
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816130
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816130
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816177
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816178
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816222
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816223
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816268
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816269
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816314
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816315
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816374
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816375
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816424
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816425
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816471
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816472
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816517
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816518
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816563
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816564
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816608
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816609
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816653
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816654
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816698
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816698
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816743
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816744
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816789
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816790
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816835
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816836
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816881
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816882
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816927
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824293
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824337
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824338
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824481
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824482
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824537
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824539
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.825229
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826344
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826348
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826419
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826422
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826576
Powered: Disabled (0x00)
@ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826578
Set Powered (0x0005)
Status: Permission Denied (0x14)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826722
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826986
Powered: Disabled (0x00)
hass[1670495]: @ MGMT Close: hass {0x0002} 82229.827779
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82234.836190
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367466 [hci0] 82234.836314
Address: 08:41:1D:9D:AF:7D (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367467 [hci0] 82234.837461
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367468 [hci0] 82234.837520
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367469 [hci0] 82234.838462
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367470 [hci0] 82234.838629
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367471 [hci0] 82234.839460
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82234.839510
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82234.839520
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82245.539431
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82245.539633
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367472 [hci0] 82245.539715
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367473 [hci0] 82245.541515
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367474 [hci0] 82245.541697
Address: 3C:E9:D3:2A:B0:E1 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367475 [hci0] 82245.542480
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367476 [hci0] 82245.542626
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367477 [hci0] 82245.543473
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367478 [hci0] 82245.543535
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367479 [hci0] 82245.544474
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82245.544528
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82245.544544
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82256.291425
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82256.291542
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367480 [hci0] 82256.291585
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367481 [hci0] 82256.292478
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367482 [hci0] 82256.292508
Address: 20:71:E0:59:A4:B6 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367483 [hci0] 82256.293479
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367484 [hci0] 82256.293506
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367485 [hci0] 82256.294480
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367486 [hci0] 82256.294508
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367487 [hci0] 82256.295481
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82256.295510
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82256.295516
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82267.043402
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367488 [hci0] 82267.043429
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82267.043648
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4 #367489 [hci0] 82267.044496
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367490 [hci0] 82267.044538
Address: 2C:79:E8:CD:31:39 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367491 [hci0] 82267.045494
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367492 [hci0] 82267.045589
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367493 [hci0] 82267.046492
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367494 [hci0] 82267.046520
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367495 [hci0] 82267.047491
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82267.047511
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82267.047518
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82277.795520
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367496 [hci0] 82277.795582
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82277.795836
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4 #367497 [hci0] 82277.796539
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367498 [hci0] 82277.796616
Address: 3E:BB:14:E4:83:A6 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367499 [hci0] 82277.797521
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367500 [hci0] 82277.797594
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367501 [hci0] 82277.798513
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367502 [hci0] 82277.798567
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367503 [hci0] 82277.799514
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82277.799564
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82277.799578
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82288.548526
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367504 [hci0] 82288.548716
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82288.548895
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4 #367505 [hci0] 82288.550525
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367506 [hci0] 82288.550570
Address: 09:DC:C1:82:DB:1D (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367507 [hci0] 82288.551527
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367508 [hci0] 82288.551589
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367509 [hci0] 82288.552531
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367510 [hci0] 82288.552564
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367511 [hci0] 82288.553525
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82288.553556
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82288.553565
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82299.299414
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367512 [hci0] 82299.299480
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82299.300458
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4 #367513 [hci0] 82299.300544
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367514 [hci0] 82299.300875
Address: 2E:DA:B6:D0:18:E3 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367515 [hci0] 82299.301537
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367516 [hci0] 82299.301605
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367517 [hci0] 82299.302538
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367518 [hci0] 82299.302663
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367519 [hci0] 82299.303537
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82299.303594
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82299.303609
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)

@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82310.051380
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82310.051492
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367520 [hci0] 82310.051566
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367521 [hci0] 82310.052547
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367522 [hci0] 82310.052583
Address: 38:E4:B1:E7:A0:E0 (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367523 [hci0] 82310.053547
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367524 [hci0] 82310.053577
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367525 [hci0] 82310.054549
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367526 [hci0] 82310.054581
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367527 [hci0] 82310.055548
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82310.055580
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82310.055587
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82320.803388
Address type: 0x06
LE Public
LE Random
Discovery: Disabled (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367528 [hci0] 82320.803419
Extended scan: Disabled (0x00)
Filter duplicates: Disabled (0x00)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82320.803699
Address type: 0x06
LE Public
LE Random
RSSI: invalid (0x7f)
UUIDs: 0
> HCI Event: Command Complete (0x0e) plen 4 #367529 [hci0] 82320.804567
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367530 [hci0] 82320.804615
Address: 18:89:DE:25:B6:1E (Non-Resolvable)
> HCI Event: Command Complete (0x0e) plen 4 #367531 [hci0] 82320.805565
LE Set Random Address (0x08|0x0005) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367532 [hci0] 82320.805609
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
PHYs: 0x05
Entry 0: LE 1M
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
Entry 1: LE Coded
Type: Active (0x01)
Interval: 11.250 msec (0x0012)
Window: 11.250 msec (0x0012)
> HCI Event: Command Complete (0x0e) plen 4 #367533 [hci0] 82320.806562
LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
Status: Success (0x00)
< HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367534 [hci0] 82320.806613
Extended scan: Enabled (0x01)
Filter duplicates: Enabled (0x01)
Duration: 0 msec (0x0000)
Period: 0.00 sec (0x0000)
> HCI Event: Command Complete (0x0e) plen 4 #367535 [hci0] 82320.807563
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82320.807593
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82320.807603
Address type: 0x06
LE Public
LE Random
Discovery: Enabled (0x01)

I suspect that's not far enough back though. :-(

The adapter is still in that broken state. I will leave it that way as
long as I can in case there is something you want me to do while it's
in that broken state.

Cheers,
b.



Attachments:
signature.asc (499.00 B)
This is a digitally signed message part

2024-01-05 17:42:31

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

On Thu, 2024-01-04 at 08:13 -0500, Brian J. Murrell wrote:
>
> As far as the terminal's scrollback buffer goes, here's what btmon
> reported:

Was this at all useful or do you need me to reset the adapter, get the
mouse working again and capture the btmon output into a file?

Cheers,
b.


2024-01-05 17:53:35

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

Hi Brian,

On Thu, Jan 4, 2024 at 8:14 AM Brian J. Murrell <[email protected]> wrote:
>
> On Wed, 2024-01-03 at 11:08 -0500, Luiz Augusto von Dentz wrote:
> > Hi Brian,
> >
> > This usually means the device cannot be found, we receive a page
> > timeout, so Im not really sure why replugging would have fixed it,
> > could you please collect the HCI trace using btmon when that happens
> > so we can inspect the error it is returning.
>
> As far as the terminal's scrollback buffer goes, here's what btmon
> reported:
>
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808029
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808030
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808075
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808076
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808119
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808120
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.808173
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.808174
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809737
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809741
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809795
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809797
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809846
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809850
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809897
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809898
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809943
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809944
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.809990
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.809991
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810036
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810037
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810082
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810083
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810128
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810130
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810176
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810176
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810220
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810221
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810264
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810266
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810309
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810310
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810361
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810362
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810410
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810412
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810457
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810458
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810504
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810505
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810551
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810551
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810595
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810597
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810640
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810641
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810684
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.810686
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810774
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810863
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810906
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.810995
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811040
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811128
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811217
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811262
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811351
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811416
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811463
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811508
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811551
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811596
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811640
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811685
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811730
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811774
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811818
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811863
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811908
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.811953
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.811955
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812000
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812001
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812044
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812045
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812088
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812089
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812132
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812133
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812177
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812178
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812222
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812223
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812267
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812268
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812311
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812312
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812362
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812363
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812409
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812410
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812454
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812455
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812499
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812499
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812542
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812543
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812586
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812587
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812630
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812631
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812674
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812675
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812718
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812719
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812763
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812764
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812807
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812808
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812852
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812853
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812896
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812898
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812942
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812943
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.812987
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.812988
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813040
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813041
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813087
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813088
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813132
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813133
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813176
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813220
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813221
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813264
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813266
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813311
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.813312
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.813360
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815652
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815655
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815731
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815732
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815782
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815784
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815866
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815867
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815935
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815937
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.815985
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.815988
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816035
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816036
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816082
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816084
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816130
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816130
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816177
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816178
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816222
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816223
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816268
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816269
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816314
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816315
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816374
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816375
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816424
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816425
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816471
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816472
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816517
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816518
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816563
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816564
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816608
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816609
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816653
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816654
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816698
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816698
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816743
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816744
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816789
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816790
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816835
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816836
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816881
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.816882
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.816927
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824293
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824337
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824338
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824481
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824482
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.824537
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.824539
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.825229
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826344
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826348
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826419
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826422
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826576
> Powered: Disabled (0x00)
> @ MGMT Event: Command Status (0x0002) plen 3 {0x0002} [hci0] 82229.826578
> Set Powered (0x0005)
> Status: Permission Denied (0x14)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826722
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Command: Set Powered (0x0005) plen 1 {0x0002} [hci0] 82229.826986
> Powered: Disabled (0x00)
> hass[1670495]: @ MGMT Close: hass {0x0002} 82229.827779

What is going on here, do you have some script trying to power down
the adapter for some reason?

> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82234.836190
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367466 [hci0] 82234.836314
> Address: 08:41:1D:9D:AF:7D (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367467 [hci0] 82234.837461
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367468 [hci0] 82234.837520
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367469 [hci0] 82234.838462
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367470 [hci0] 82234.838629
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367471 [hci0] 82234.839460
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82234.839510
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82234.839520
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82245.539431
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82245.539633
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367472 [hci0] 82245.539715
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367473 [hci0] 82245.541515
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367474 [hci0] 82245.541697
> Address: 3C:E9:D3:2A:B0:E1 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367475 [hci0] 82245.542480
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367476 [hci0] 82245.542626
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367477 [hci0] 82245.543473
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367478 [hci0] 82245.543535
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367479 [hci0] 82245.544474
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82245.544528
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82245.544544
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82256.291425
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82256.291542
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367480 [hci0] 82256.291585
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367481 [hci0] 82256.292478
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367482 [hci0] 82256.292508
> Address: 20:71:E0:59:A4:B6 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367483 [hci0] 82256.293479
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367484 [hci0] 82256.293506
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367485 [hci0] 82256.294480
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367486 [hci0] 82256.294508
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367487 [hci0] 82256.295481
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82256.295510
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82256.295516
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82267.043402
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367488 [hci0] 82267.043429
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82267.043648
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> > HCI Event: Command Complete (0x0e) plen 4 #367489 [hci0] 82267.044496
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367490 [hci0] 82267.044538
> Address: 2C:79:E8:CD:31:39 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367491 [hci0] 82267.045494
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367492 [hci0] 82267.045589
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367493 [hci0] 82267.046492
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367494 [hci0] 82267.046520
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367495 [hci0] 82267.047491
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82267.047511
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82267.047518
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82277.795520
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367496 [hci0] 82277.795582
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82277.795836
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> > HCI Event: Command Complete (0x0e) plen 4 #367497 [hci0] 82277.796539
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367498 [hci0] 82277.796616
> Address: 3E:BB:14:E4:83:A6 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367499 [hci0] 82277.797521
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367500 [hci0] 82277.797594
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367501 [hci0] 82277.798513
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367502 [hci0] 82277.798567
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367503 [hci0] 82277.799514
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82277.799564
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82277.799578
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82288.548526
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367504 [hci0] 82288.548716
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82288.548895
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> > HCI Event: Command Complete (0x0e) plen 4 #367505 [hci0] 82288.550525
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367506 [hci0] 82288.550570
> Address: 09:DC:C1:82:DB:1D (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367507 [hci0] 82288.551527
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367508 [hci0] 82288.551589
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367509 [hci0] 82288.552531
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367510 [hci0] 82288.552564
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367511 [hci0] 82288.553525
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82288.553556
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82288.553565
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82299.299414
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367512 [hci0] 82299.299480
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82299.300458
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> > HCI Event: Command Complete (0x0e) plen 4 #367513 [hci0] 82299.300544
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367514 [hci0] 82299.300875
> Address: 2E:DA:B6:D0:18:E3 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367515 [hci0] 82299.301537
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367516 [hci0] 82299.301605
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367517 [hci0] 82299.302538
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367518 [hci0] 82299.302663
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367519 [hci0] 82299.303537
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82299.303594
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82299.303609
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
>
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82310.051380
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82310.051492
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367520 [hci0] 82310.051566
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367521 [hci0] 82310.052547
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367522 [hci0] 82310.052583
> Address: 38:E4:B1:E7:A0:E0 (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367523 [hci0] 82310.053547
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367524 [hci0] 82310.053577
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367525 [hci0] 82310.054549
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367526 [hci0] 82310.054581
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367527 [hci0] 82310.055548
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82310.055580
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82310.055587
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82320.803388
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Disabled (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367528 [hci0] 82320.803419
> Extended scan: Disabled (0x00)
> Filter duplicates: Disabled (0x00)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> bluetoothd[316342]: @ MGMT Command: Start Service Discovery (0x003a) plen 4 {0x0001} [hci0] 82320.803699
> Address type: 0x06
> LE Public
> LE Random
> RSSI: invalid (0x7f)
> UUIDs: 0
> > HCI Event: Command Complete (0x0e) plen 4 #367529 [hci0] 82320.804567
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #367530 [hci0] 82320.804615
> Address: 18:89:DE:25:B6:1E (Non-Resolvable)
> > HCI Event: Command Complete (0x0e) plen 4 #367531 [hci0] 82320.805565
> LE Set Random Address (0x08|0x0005) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Parameters (0x08|0x0041) plen 13 #367532 [hci0] 82320.805609
> Own address type: Random (0x01)
> Filter policy: Accept all advertisement (0x00)
> PHYs: 0x05
> Entry 0: LE 1M
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> Entry 1: LE Coded
> Type: Active (0x01)
> Interval: 11.250 msec (0x0012)
> Window: 11.250 msec (0x0012)
> > HCI Event: Command Complete (0x0e) plen 4 #367533 [hci0] 82320.806562
> LE Set Extended Scan Parameters (0x08|0x0041) ncmd 2
> Status: Success (0x00)
> < HCI Command: LE Set Extended Scan Enable (0x08|0x0042) plen 6 #367534 [hci0] 82320.806613
> Extended scan: Enabled (0x01)
> Filter duplicates: Enabled (0x01)
> Duration: 0 msec (0x0000)
> Period: 0.00 sec (0x0000)
> > HCI Event: Command Complete (0x0e) plen 4 #367535 [hci0] 82320.807563
> LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
> Status: Success (0x00)
> @ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 82320.807593
> Start Service Discovery (0x003a) plen 1
> Status: Success (0x00)
> Address type: 0x06
> LE Public
> LE Random
> @ MGMT Event: Discovering (0x0013) plen 2 {0x0001} [hci0] 82320.807603
> Address type: 0x06
> LE Public
> LE Random
> Discovery: Enabled (0x01)
>
> I suspect that's not far enough back though. :-(
>
> The adapter is still in that broken state. I will leave it that way as
> long as I can in case there is something you want me to do while it's
> in that broken state.

Hmm, weird it seems there is a discovery session that is only scanning
on LE, but I don't see any connection attempt on BR/EDR, perhaps this
is the same entity that was trying to power off the adapter?

> Cheers,
> b.
>
>


--
Luiz Augusto von Dentz

2024-01-05 18:19:51

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

On Fri, 2024-01-05 at 12:52 -0500, Luiz Augusto von Dentz wrote:
> Hi Brian,

Hi Luiz.

> Hmm, weird it seems there is a discovery session that is only
> scanning
> on LE, but I don't see any connection attempt on BR/EDR, perhaps this
> is the same entity that was trying to power off the adapter?

I'm afraid I don't know the answer to that question.

I did restart btmon on this adapter in it's current state (no mouse
connection) and got 16GB of output before hitting:

> HCI Event: Command Complete (0x0e) plen 4 #73496 [hci0] 99978.520433
LE Set Extended Scan Enable (0x08|0x0042) ncmd 2
Status: Success (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0] 99978.520512
Start Service Discovery (0x003a) plen 1
Status: Success (0x00)
Address type: 0x06
LE Public
LE Random
@ MGMT Event: Discovering (0x0013) plen 2 {0x0*** buffer overflow detected ***: terminated

Not sure if there is anything useful in that log. So far it has
compressed down to ~140MB using "xz -9", but it's not done yet, so
regardless, sending it to you is not going to be practical (although I
could make it downloadable if you think it would really be that
useful).

Is there something in that log I can search for that would be
interesting for this case? Or should I just reset the adapter and
start a new btmon so that we have the output from when the mouse is
working through until it's not?

Cheers,
b.


Attachments:
signature.asc (499.00 B)
This is a digitally signed message part

2024-01-08 12:26:01

by Brian J. Murrell

[permalink] [raw]
Subject: Re: Unable to connect BT mouse after it drops: Failed to connect: org.bluez.Error.Failed br-connection-create-socket

This is getting even stranger.

I had not reset my BT adapter from it's broken state on my last report
and I show up here at my computer this morning and now the mouse is
working again.

Does that help the diagnosis any? If not, what will?

Cheers,
b.


Attachments:
signature.asc (499.00 B)
This is a digitally signed message part