linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] 4fe45c: device: Add initial support for setting DEVICE_FLA...
Date: Mon, 27 Oct 2025 06:52:42 -0700	[thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/43aed4-f80a2a@github.com> (raw)

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

  Changed paths:
    M src/adapter.c
    M src/adapter.h
    M src/device.c
    M src/device.h

  Log Message:
  -----------
  device: Add initial support for setting DEVICE_FLAG_PAST

This introduces device_set_past_support which can be used by drivers
to indicate that DEVICE_FLAG_PAST shall be changed.


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

  Changed paths:
    M profiles/audio/bass.c

  Log Message:
  -----------
  bass: Add support for setting DEVICE_FLAG_PAST

This attempts to check if setting DEVICE_FLAG_PAST is possible based on
the MGMT settings.


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

  Changed paths:
    M src/shared/bap.c
    M src/shared/bap.h

  Log Message:
  -----------
  shared/bap: Add bt_bap_get_db

This adds bt_bap_get_db which can be used to access the gatt_db passed
to bt_bap_new.


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

  Changed paths:
    M src/shared/bap.c

  Log Message:
  -----------
  shared/bap: Fix not calling attach callback on bt_bap_attach_broadcast

bt_bap_attach_broadcast shall call the attach callback just as any
other instance of bt_bap_attach.


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

  Changed paths:
    M src/shared/bap.c

  Log Message:
  -----------
  shared/bap: Fix bt_bap_stream_io_get_qos for broadcast streams

This makes bt_bap_stream_io_get_qos work with broadcast streams.


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

  Changed paths:
    M doc/org.bluez.MediaAssistant.rst

  Log Message:
  -----------
  MediaAssistant: Add Device option to Push

This enables MediaAssistant.Push to work with local broadcast sources.


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

  Changed paths:
    M src/gatt-database.c
    M src/gatt-database.h

  Log Message:
  -----------
  gatt-database: Add btd_gatt_database_get and btd_gatt_database_get_adapter

This adds btd_gatt_database_get and btd_gatt_database_get_adapter
that makes it possible to resolve the btd_gatt_database and btd_adapter
respectively when only the gatt_db is available.


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

  Changed paths:
    M profiles/audio/bap.c
    M profiles/audio/bass.c
    M src/shared/bass.c
    M src/shared/bass.h

  Log Message:
  -----------
  bass: Implement Device option for Push

This implements support for MediaAssistant.Push with local broadcast
sources.


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

  Changed paths:
    M client/assistant.c
    M client/mgmt.c

  Log Message:
  -----------
  client/assistant: Handle assistant.push to own broadcasts


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

  Changed paths:
    M client/assistant.c

  Log Message:
  -----------
  client/assistant: Detect if object already contains a valid BCode

If assistant object already contains a valid (non-zero) BCode
(e.g state=local) use it instead of always request the user to
re-enter.


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

  Changed paths:
    A client/scripts/broadcast-source-2bis.bt

  Log Message:
  -----------
  client: Add script that setup a broadcast source with 2 BIS

This adds a testing script which setups 2 BIS Broadcast Source, one
for the left and another for right location.


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

  Changed paths:
    A client/scripts/broadcast-delegator.bt

  Log Message:
  -----------
  client: Add script for testing Broadcast Delegator

This adds a script for testing Broadcast Delagator role.


Compare: https://github.com/bluez/bluez/compare/43aed48c30da...f80a2a57c910

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

                 reply	other threads:[~2025-10-27 13:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bluez/bluez/push/refs/heads/master/43aed4-f80a2a@github.com \
    --to=noreply@github.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).