Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f84979c1591f8911b1557d454dcfeab56b12a7f1 https://github.com/bluez/bluez/commit/f84979c1591f8911b1557d454dcfeab56b12a7f1 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-06-01 (Thu, 01 Jun 2023) Changed paths: M monitor/packet.c Log Message: ----------- monitor: Only print credentials if PID is set If PID is not set don't print anything since this is likely a packet originated by the kernel itself. Commit: 52477e80fc892bdd2ac250e932ceacda59f90b1c https://github.com/bluez/bluez/commit/52477e80fc892bdd2ac250e932ceacda59f90b1c Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-06-01 (Thu, 01 Jun 2023) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Don't overwrite attribute declaration The attribute declaration (e.g. characteristic properties) shall not be overwritten as they are part of the information that is part of the cache beside the same information is already stored as part of the bt_bap instance. Compare: https://github.com/bluez/bluez/compare/1248bdd43291...52477e80fc89