Luiz Augusto von Dentz
Luiz Augusto von Dentz
``` BLUETOOTH CORE SPECIFICATION Version 5.4 | Vol 6, Part G page 3075: Transport_Latency_C_To_P = CIG_Sync_Delay + (FT_C_To_P) × ISO_Interval + SDU_Interval_C_To_P Transport_Latency_P_To_C = CIG_Sync_Delay + (FT_P_To_C) × ISO_Interval +...
@wisteso Ive don't think we have been doing anything in this regard, so it might be something the downstream has been doing, that said I don't oppose to have some...
@gudnimg do you have Privacy enabled by any chance (main.conf:Privacy)? Btw, 6.1 is not that recent by any means: tag v6.1 Tagger: Linus Torvalds Date: Sun Dec 11 14:15:18 2022...
@Phlip you are talking about this patch: ``` diff --git a/src/device.c b/src/device.c index 995d39f2c..a41370ade 100644 --- a/src/device.c +++ b/src/device.c @@ -6048,6 +6048,9 @@ void device_bonding_complete(struct btd_device *device, uint8_t bdaddr_type, btd_device_set_temporary(device,...
@GreyXor HCI trace looks clean, do you have the syslog/journalctl of bluetoothd when the problem occurs?
``` Feb 20 17:04:39 gregoire-laptop bluetoothd[201843]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 70:5A:6F:62:B1:35: Host is down (112) Feb 20 17:04:39 gregoire-laptop bluetoothd[201843]: profiles/audio/avdtp.c:avdtp_ref() 0x559999ff4fc0: ref=3 Feb 20 17:04:39 gregoire-laptop bluetoothd[201843]: profiles/audio/avdtp.c:connection_lost() Disconnected from...
@GreyXor have you tried with another controller, perhaps there is something special to audio that causes this connection timeout.
> > @GreyXor have you tried with another controller, perhaps there is something special to audio that causes this connection timeout. > > Yes, i've tested with AMD RZ616 everything...
@pfps nothing has changed with respect to the D-Bus interface, you still can use Connected event: https://github.com/bluez/bluez/blob/master/doc/org.bluez.Device.rst#boolean-connected-readonly On top of it, we shall also be destroying the device node if...
> @Vudentz Thanks. > > Solaar [pwr-Solaar/Solaar](https://github.com/pwr-Solaar/Solaar/) needs to set up Logitech devices when they reconnect, even if no communication attempts happened while the device was disconnected. So Solaar can't...