You are not logged in.

#1 2025-02-20 00:49:48

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

There's a way to change the timeout of bluetooth devices?

Hello!

I use a bluetooth keyboard, but it goes off really fast, do you know how I can change that?

I've google it, but only the AI of google has a wrong answer.

Thanks!


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

#2 2025-02-20 06:29:55

goro9922
Member
Registered: 2019-04-12
Posts: 45

Re: There's a way to change the timeout of bluetooth devices?

Maybe you could check dmesg or journalctl for anything related to bluetooth and post it here.

Offline

#3 2025-02-20 13:55:12

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

Re: There's a way to change the timeout of bluetooth devices?

goro9922 wrote:

Maybe you could check dmesg or journalctl for anything related to bluetooth and post it here.

dmesg return this for bluetooth:

[    5.328623] Bluetooth: Core ver 2.22
[    5.328653] NET: Registered PF_BLUETOOTH protocol family
[    5.328656] Bluetooth: HCI device and connection manager initialized
[    5.328664] Bluetooth: HCI socket layer initialized
[    5.328668] Bluetooth: L2CAP socket layer initialized
[    5.328675] Bluetooth: SCO socket layer initialized
[...]
[    5.533705] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[...]
[    9.235726] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.235731] Bluetooth: BNEP filters: protocol multicast
[    9.235739] Bluetooth: BNEP socket layer initialized
[    9.240193] Bluetooth: MGMT ver 1.23
[...]
[   31.129766] Bluetooth: RFCOMM TTY layer initialized
[   31.129778] Bluetooth: RFCOMM socket layer initialized
[   31.129784] Bluetooth: RFCOMM ver 1.11


And journalctl is eternal, there's a way to check journal ctl for a single process?

Thanks for the help!


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

#4 2025-02-20 18:54:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,175

Re: There's a way to change the timeout of bluetooth devices?

journalctl -b

for the current boot context, -u bluetooth for units --pid for specific pids... https://wiki.archlinux.org/title/System … ing_output

More generally speaking, I find it much more likely that this is a timeout embedded in your keyboard firmware and you need to check it's manual whether there's some option to increase this. What keyboard exactly? Some random suggestions are to disable usbcore.autosuspend by setting that to usbcore.autosuspend=-1 on the kernel parameters, or trying to disable suspend in the btusb driver by adding e.g. btusb.enable_autosuspend=0 on those same parameters. https://wiki.archlinux.org/title/Kernel_parameters

Last edited by V1del (2025-02-20 18:55:42)

Offline

#5 2025-02-21 04:25:51

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

Re: There's a way to change the timeout of bluetooth devices?

V1del wrote:
journalctl -b

for the current boot context, -u bluetooth for units --pid for specific pids... https://wiki.archlinux.org/title/System … ing_output

More generally speaking, I find it much more likely that this is a timeout embedded in your keyboard firmware and you need to check it's manual whether there's some option to increase this. What keyboard exactly? Some random suggestions are to disable usbcore.autosuspend by setting that to usbcore.autosuspend=-1 on the kernel parameters, or trying to disable suspend in the btusb driver by adding e.g. btusb.enable_autosuspend=0 on those same parameters. https://wiki.archlinux.org/title/Kernel_parameters

I'm really a noob, I was watching videos about kernel, but I guess it's too advanced for me, had to study. I don't understand how to edit it.

Regardless, this is the log for journalctl -b:

[cecilia@cecilia-bleu ~]$ journalctl -u bluetooth
Feb 18 15:57:57 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Bluetooth daemon 5.79
Feb 18 15:57:57 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Starting SDP server
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: profiles/audio/micp.c:micp_init() D-Bus experimental not enab>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Bluetooth management interface 1.23 initialized
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Battery Provider Manager created
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSin>
Feb 18 15:57:57 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.37 path=/MediaEndpoint/A2DPSou>
Feb 18 15:58:35 cecilia-bleu bluetoothd[5308]: No matching connection for device
Feb 18 15:58:48 cecilia-bleu bluetoothd[5308]: No matching connection for device
Feb 18 15:59:07 cecilia-bleu bluetoothd[5308]: /org/bluez/hci0/dev_0C_AE_BD_C8_E2_E5/sep1/fd0: fd(32) ready
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.37 path=/MediaEndpoint/A2DPS>
Feb 18 17:04:03 cecilia-bleu bluetoothd[5308]: Battery Provider Manager destroyed
Feb 18 17:04:04 cecilia-bleu bluetoothd[5308]: Battery Provider Manager created
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSi>
Feb 18 17:04:05 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.225 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:37 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.225 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSi>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint registered: sender=:1.409 path=/MediaEndpoint/A2DPSo>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:34:49 cecilia-bleu bluetoothd[5308]: Endpoint unregistered: sender=:1.409 path=/MediaEndpoint/A2DP>
Feb 18 17:35:10 cecilia-bleu bluetoothd[5308]: Battery Provider Manager destroyed
Feb 18 17:35:11 cecilia-bleu bluetoothd[5308]: Battery Provider Manager created
Feb 18 17:35:36 cecilia-bleu bluetoothd[5308]: Terminating
Feb 18 17:35:36 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 18 17:35:36 cecilia-bleu bluetoothd[5308]: Battery Provider Manager destroyed
Feb 18 17:35:36 cecilia-bleu bluetoothd[5308]: Stopping SDP server
Feb 18 17:35:36 cecilia-bleu bluetoothd[5308]: Exit
Feb 18 17:35:36 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 18 17:35:36 cecilia-bleu systemd[1]: Stopped Bluetooth service.
Feb 18 17:35:36 cecilia-bleu systemd[1]: bluetooth.service: Consumed 1.731s CPU time, 4.3M memory peak.
-- Boot 2e6aa152ca7d4f80ad5e55c1552164c1 --
Feb 18 17:36:12 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: Bluetooth daemon 5.79
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: Starting SDP server
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 18 17:36:12 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: Bluetooth management interface 1.23 initialized
Feb 18 17:36:12 cecilia-bleu bluetoothd[570]: Battery Provider Manager created
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 17:36:36 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 18:16:47 cecilia-bleu bluetoothd[570]: /org/bluez/hci0/dev_0C_AE_BD_C8_E2_E5/sep1/fd0: fd(32) ready
Feb 18 18:28:11 cecilia-bleu bluetoothd[570]: profiles/input/device.c:hidp_report_req_timeout() Device 20:20>
Feb 18 18:29:06 cecilia-bleu bluetoothd[570]: profiles/input/device.c:hidp_report_req_timeout() Device 20:20>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 18 22:50:47 cecilia-bleu bluetoothd[570]: Battery Provider Manager destroyed
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Battery Provider Manager created
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 18 22:50:48 cecilia-bleu bluetoothd[570]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 19 10:10:32 cecilia-bleu bluetoothd[570]: /org/bluez/hci0/dev_0C_AE_BD_C8_E2_E5/sep1/fd1: fd(32) ready
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Terminating
Feb 19 10:42:48 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Battery Provider Manager destroyed
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Stopping SDP server
Feb 19 10:42:48 cecilia-bleu bluetoothd[570]: Exit
Feb 19 10:42:48 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 19 10:42:48 cecilia-bleu systemd[1]: Stopped Bluetooth service.
Feb 19 10:42:49 cecilia-bleu systemd[1]: bluetooth.service: Consumed 4.122s CPU time, 6M memory peak.
-- Boot 3d2c668826f944c79afd49c3953ab4ba --
Feb 19 10:43:29 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: Bluetooth daemon 5.79
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: Starting SDP server
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 19 10:43:29 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: Bluetooth management interface 1.23 initialized
Feb 19 10:43:29 cecilia-bleu bluetoothd[573]: Battery Provider Manager created
-- Boot ba21539aa3b7413d88013dfaa0dfa340 --
Feb 19 16:49:57 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: Bluetooth daemon 5.79
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: Starting SDP server
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: Bluetooth management interface 1.23 initialized
Feb 19 16:50:00 cecilia-bleu bluetoothd[565]: Battery Provider Manager created
Feb 19 16:50:00 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 19 19:50:47 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 19 19:50:47 cecilia-bleu bluetoothd[565]: Terminating
Feb 19 19:50:47 cecilia-bleu bluetoothd[565]: Battery Provider Manager destroyed
Feb 19 19:50:47 cecilia-bleu bluetoothd[565]: Stopping SDP server
Feb 19 19:50:47 cecilia-bleu bluetoothd[565]: Exit
Feb 19 19:50:47 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 19 19:50:47 cecilia-bleu systemd[1]: Stopped Bluetooth service.
-- Boot 20ddcdedb24a46bea49bb87ed32af860 --
Feb 19 19:52:07 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: Bluetooth daemon 5.79
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: Starting SDP server
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: Bluetooth management interface 1.23 initialized
Feb 19 19:52:09 cecilia-bleu bluetoothd[564]: Battery Provider Manager created
Feb 19 19:52:09 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSink>
Feb 19 19:53:19 cecilia-bleu bluetoothd[564]: Endpoint registered: sender=:1.40 path=/MediaEndpoint/A2DPSour>
Feb 19 19:53:21 cecilia-bleu bluetoothd[564]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 0C:AE:BD:>
Feb 19 19:54:30 cecilia-bleu bluetoothd[564]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 19 19:54:31 cecilia-bleu bluetoothd[564]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 0C:AE:BD:>
Feb 19 19:54:44 cecilia-bleu bluetoothd[564]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 0C:AE:BD:>
Feb 19 19:54:50 cecilia-bleu bluetoothd[564]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 19 19:55:25 cecilia-bleu bluetoothd[564]: No matching connection for device
Feb 19 19:55:37 cecilia-bleu bluetoothd[564]: No matching connection for device
Feb 19 19:57:47 cecilia-bleu bluetoothd[564]: /org/bluez/hci0/dev_0C_AE_BD_C8_E2_E5/sep1/fd0: fd(32) ready
Feb 19 20:43:56 cecilia-bleu bluetoothd[564]: profiles/input/device.c:hidp_report_req_timeout() Device 20:20>
Feb 19 20:56:33 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Terminating
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSi>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Endpoint unregistered: sender=:1.40 path=/MediaEndpoint/A2DPSo>
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Battery Provider Manager destroyed
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Stopping SDP server
Feb 19 20:56:33 cecilia-bleu bluetoothd[564]: Exit
Feb 19 20:56:33 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 19 20:56:33 cecilia-bleu systemd[1]: Stopped Bluetooth service.
Feb 19 20:56:33 cecilia-bleu systemd[1]: bluetooth.service: Consumed 2.338s CPU time, 5.1M memory peak.
-- Boot ba7a6f4cde2842978299e711b520aa2f --
Feb 19 20:57:06 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: Bluetooth daemon 5.79
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: Starting SDP server
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 19 20:57:06 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: Bluetooth management interface 1.23 initialized
Feb 19 20:57:06 cecilia-bleu bluetoothd[578]: Battery Provider Manager created
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 19 20:57:32 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 19 21:08:05 cecilia-bleu bluetoothd[578]: /org/bluez/hci0/dev_0C_AE_BD_C8_E2_E5/sep1/fd0: fd(33) ready
Feb 20 08:57:02 cecilia-bleu bluetoothd[578]: profiles/audio/avdtp.c:cancel_request() Start: Connection time>
Feb 20 08:57:04 cecilia-bleu bluetoothd[578]: profiles/audio/avdtp.c:cancel_request() Abort: Connection time>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 09:14:47 cecilia-bleu bluetoothd[578]: Battery Provider Manager destroyed
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Battery Provider Manager created
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink>
Feb 20 09:14:48 cecilia-bleu bluetoothd[578]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSour>
Feb 20 09:23:46 cecilia-bleu bluetoothd[578]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 0C:AE:BD:>
Feb 20 09:23:58 cecilia-bleu bluetoothd[578]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 0C:AE:BD:>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Terminating
Feb 20 10:06:39 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSi>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSo>
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Battery Provider Manager destroyed
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Stopping SDP server
Feb 20 10:06:39 cecilia-bleu bluetoothd[578]: Exit
Feb 20 10:06:39 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 20 10:06:39 cecilia-bleu systemd[1]: Stopped Bluetooth service.
Feb 20 10:06:39 cecilia-bleu systemd[1]: bluetooth.service: Consumed 2.652s CPU time, 4.3M memory peak.
-- Boot ff848b53d7924f50879da656f67228d6 --
Feb 20 10:07:06 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: Bluetooth daemon 5.79
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: Starting SDP server
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 20 10:07:07 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: Bluetooth management interface 1.23 initialized
Feb 20 10:07:07 cecilia-bleu bluetoothd[560]: Battery Provider Manager created
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 10:07:28 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 10:58:35 cecilia-bleu bluetoothd[560]: No matching connection for device
Feb 20 10:58:40 cecilia-bleu bluetoothd[560]: /org/bluez/hci0/dev_5C_C6_E9_15_E5_8F/sep1/fd0: fd(32) ready
Feb 20 12:00:25 cecilia-bleu bluetoothd[560]: src/profile.c:ext_io_disconnected() Unable to get io data for >
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:16:39 cecilia-bleu bluetoothd[560]: Battery Provider Manager destroyed
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Battery Provider Manager created
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 12:16:40 cecilia-bleu bluetoothd[560]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Terminating
Feb 20 12:18:22 cecilia-bleu systemd[1]: Stopping Bluetooth service...
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSi>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Endpoint unregistered: sender=:1.41 path=/MediaEndpoint/A2DPSo>
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Battery Provider Manager destroyed
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Stopping SDP server
Feb 20 12:18:22 cecilia-bleu bluetoothd[560]: Exit
Feb 20 12:18:22 cecilia-bleu systemd[1]: bluetooth.service: Deactivated successfully.
Feb 20 12:18:22 cecilia-bleu systemd[1]: Stopped Bluetooth service.
-- Boot b20159775f5444ef8402948bb30217b2 --
Feb 20 15:21:26 cecilia-bleu systemd[1]: Starting Bluetooth service...
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: Bluetooth daemon 5.79
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: Starting SDP server
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support bap plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support bass plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support mcp plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support vcp plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabl>
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support micp plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support ccp plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support csip plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: src/plugin.c:init_plugin() System does not support asha plugin
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: Bluetooth management interface 1.23 initialized
Feb 20 15:21:29 cecilia-bleu bluetoothd[557]: Battery Provider Manager created
Feb 20 15:21:29 cecilia-bleu systemd[1]: Started Bluetooth service.
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink>
Feb 20 18:22:39 cecilia-bleu bluetoothd[557]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSour>
Feb 20 18:22:45 cecilia-bleu bluetoothd[557]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 20 18:23:38 cecilia-bleu bluetoothd[557]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 20 18:23:45 cecilia-bleu bluetoothd[557]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 20 18:24:04 cecilia-bleu bluetoothd[557]: profiles/input/device.c:control_connect_cb() connect to 20:20:>
Feb 20 18:24:22 cecilia-bleu bluetoothd[557]: No matching connection for device
Feb 20 18:24:32 cecilia-bleu bluetoothd[557]: No matching connection for device
lines 625-654/654 (END)

Thanks for the patience, I'll keep studying.

AH, I almost forgot. I use an Ajazz Bluetooth 3.0 Keyboard.

Thanks again.

Last edited by sceptiquebleu (2025-02-21 14:34:31)


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

#6 2025-02-21 07:50:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,418

Re: There's a way to change the timeout of bluetooth devices?

Regardless, this is the log for journalctl -b:

[cecilia@cecilia-bleu ~]$ journalctl -u bluetooth

No it's not and please use [code][/code] tags. Edit your post in this regard.

V1del wrote:

I find it much more likely that this is a timeout embedded in your keyboard firmware and you need to check it's manual whether there's some option to increase this.

So the basic questions are
1. what keyboard specifically?
2. are other BT devices showing the same behavior?

Offline

#7 2025-02-21 14:48:50

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

Re: There's a way to change the timeout of bluetooth devices?

seth wrote:

Regardless, this is the log for journalctl -b:

[cecilia@cecilia-bleu ~]$ journalctl -u bluetooth

No it's not and please use [code][/code] tags. Edit your post in this regard.

V1del wrote:

I find it much more likely that this is a timeout embedded in your keyboard firmware and you need to check it's manual whether there's some option to increase this.

So the basic questions are
1. what keyboard specifically?
2. are other BT devices showing the same behavior?

Hey, thanks for the tip. I was trying [spoiler][/spoiler] before. Just edited.

1. Ajazz 308i
2. No! So probably V1del is right.

I've sent a message to the company asking for the manual, but I believe this will just confirm that the auto disconnect is embed on the keyboard.

Thanks for your patience and sorry for anything. I'll keep reading about and learning how to personalize Arch. Probably I'll comeback with noob questions in the future.

See ya!


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

#8 2025-02-21 15:35:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,418

Re: There's a way to change the timeout of bluetooth devices?

google suggests a timeout between 10 and 15 minutes for the device before it enters sleep.
Do you use it with other hosts as well?
Or on this host but another OS (eg. parallel windows)?
Are the batteries maybe almost empty?

Offline

#9 2025-02-22 05:14:03

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

Re: There's a way to change the timeout of bluetooth devices?

seth wrote:

google suggests a timeout between 10 and 15 minutes for the device before it enters sleep.
Do you use it with other hosts as well?
Or on this host but another OS (eg. parallel windows)?
Are the batteries maybe almost empty?

I use with windows and its same, so I was a little dumb when I though I could change that in linux if it's default.

But hey, learned some things along the way. Thanks everyone


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

#10 2025-02-22 08:22:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,418

Offline

#11 2025-02-22 15:32:41

sceptiquebleu
Member
Registered: 2025-02-20
Posts: 6

Re: There's a way to change the timeout of bluetooth devices?

Wow, this is fantastic.

So, I tried but got stuck on 2.1.5 Saving the configuration. I've opened the info file, but theres no [LinkKey] to edit there, got confused.

EDIT: OK, forget it, I have to use Vim. Let's go!

Last edited by sceptiquebleu (2025-02-22 15:54:34)


I am really a noob.
Funny fact: I've read at least 3 webpages to figure it out what should I do on the registration question.
So be nice, please.

Offline

Board footer

Powered by FluxBB