public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [bluez/bluez] fb183b: client/player: Add 'auto' option to transport.acquire
@ 2025-10-14 22:31 Luiz Augusto von Dentz
  0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2025-10-14 22:31 UTC (permalink / raw)
  To: linux-bluetooth

  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: fb183b2805eeb04eb6730c4e5f39fe705898dcf1
      https://github.com/bluez/bluez/commit/fb183b2805eeb04eb6730c4e5f39fe705898dcf1
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M client/player.c

  Log Message:
  -----------
  client/player: Add 'auto' option to transport.acquire

This enables transport.acquire auto which enables to overwrite the
default behavior of prompting when endpoint is registering without
setting auto accept.


  Commit: 5d2616a70c5e18d90b41596ba3b5eccea87de19c
      https://github.com/bluez/bluez/commit/5d2616a70c5e18d90b41596ba3b5eccea87de19c
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M client/player.c

  Log Message:
  -----------
  client/player: Add 'auto' option to transport.select

This enables transport.select auto which enables to auto select the
broadcast transport configured with the local endpoints, the selecting
process will also dealt with linking the transport so it needs a timer
that waits all transports to be configure to then start linking and
finally select.


  Commit: dacb93ddc1b9c2a2a345ea02ab7eccbd29ac6289
      https://github.com/bluez/bluez/commit/dacb93ddc1b9c2a2a345ea02ab7eccbd29ac6289
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M profiles/audio/transport.c

  Log Message:
  -----------
  transport: Attempt to reuse object paths whenever possible

This attempts to reuse object paths whenever possible to make
scripting a little more predictable by not having the fd number
being increased regardless of the actual number of transports.


  Commit: 620c5b4af4fd78d0d11b9e996e677471dd2d316c
      https://github.com/bluez/bluez/commit/620c5b4af4fd78d0d11b9e996e677471dd2d316c
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M monitor/bt.h
    M monitor/packet.c

  Log Message:
  -----------
  monitor: Use PAST to refer to Periodic Advertising Sync Transfer

This simplify the command and event names and their structs to just
use PAST in place of other terminology currently in use.


  Commit: 8656f1aa15560e96ff34cf5f684814ef6c9bd9d2
      https://github.com/bluez/bluez/commit/8656f1aa15560e96ff34cf5f684814ef6c9bd9d2
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M client/scripts/broadcast-sink.bt
    M emulator/btdev.c
    M emulator/bthost.c
    M emulator/bthost.h

  Log Message:
  -----------
  emulator: Add initial support for PAST


  Commit: d4811ecbcef6ea99e1a19b29b5fe705140da8637
      https://github.com/bluez/bluez/commit/d4811ecbcef6ea99e1a19b29b5fe705140da8637
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M tools/iso-tester.c

  Log Message:
  -----------
  iso-tester: Add tests for PAST procedures

This introduces the following tests that test PAST procedures both as
a sender, either for colocated broadcast source or a third peer, and as
receiver:

ISO Broadcaster PAST Info - Success
ISO Broadcaster PAST Info RPA - Success
ISO Broadcaster PAST Sender - Success
ISO Broadcaster PAST Receiver - Success


  Commit: a6974c55c0c417d769604a28f14ea398897fdfa7
      https://github.com/bluez/bluez/commit/a6974c55c0c417d769604a28f14ea398897fdfa7
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M monitor/packet.c

  Log Message:
  -----------
  monitor: Add support for PAST MGMT settings and flags

This adds parising support for PAST MGMT settings and device flags.


  Commit: 5c53260bd5c4c86f7f771e15629a344651b7b5a1
      https://github.com/bluez/bluez/commit/5c53260bd5c4c86f7f771e15629a344651b7b5a1
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M doc/mgmt.rst
    M lib/bluetooth/mgmt.h

  Log Message:
  -----------
  MGMT: Add PAST Settings and Flags

This adds PAST Settings and Flags definitions and documentation.


  Commit: 025d2ef81245cce52539339d18deb6e72e1d7ba8
      https://github.com/bluez/bluez/commit/025d2ef81245cce52539339d18deb6e72e1d7ba8
  Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
  Date:   2025-10-14 (Tue, 14 Oct 2025)

  Changed paths:
    M doc/iso.rst

  Log Message:
  -----------
  iso.rst: Add documentation for PAST/rebind

This documents how to use PAST procedures by doing bind on already
connected socket.


Compare: https://github.com/bluez/bluez/compare/2db2d3593799...025d2ef81245

To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-14 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 22:31 [bluez/bluez] fb183b: client/player: Add 'auto' option to transport.acquire Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox