[bluez/bluez] a91198: audio/hfp-hf: Add Operator name support
From: Pauli Virtanen <hidden>
Date: 2025-12-22 20:49:54
Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: a91198dd5f18bbde518df99428c9bf9befb09ed6 https://github.com/bluez/bluez/commit/a91198dd5f18bbde518df99428c9bf9befb09ed6 Author: Frédéric Danis [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M profiles/audio/hfp-hf.c Log Message: ----------- audio/hfp-hf: Add Operator name support Commit: 41b37da5e31c73c873feb397e335d6ee922a6fd0 https://github.com/bluez/bluez/commit/41b37da5e31c73c873feb397e335d6ee922a6fd0 Author: Frédéric Danis [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M profiles/audio/hfp-hf.c Log Message: ----------- audio/hfp-hf: Add simple call support This allows to dial, hang-up, answer or reject a call. Commit: 684b48b897e64ac7ad8f09227244b7b2695d4725 https://github.com/bluez/bluez/commit/684b48b897e64ac7ad8f09227244b7b2695d4725 Author: Frédéric Danis [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M profiles/audio/hfp-hf.c Log Message: ----------- audio/hfp-hf: Add in-band ringtone flag support This flags is set by remote phone when it wants to play the ringtone through the audio channel. Commit: fbeb3a96d9f4735f92b6d8cc4a244c29c027dca1 https://github.com/bluez/bluez/commit/fbeb3a96d9f4735f92b6d8cc4a244c29c027dca1 Author: Pauli Virtanen [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M Makefile.plugins A profiles/audio/avrcp-player.c M profiles/audio/avrcp.c M profiles/audio/avrcp.h M profiles/audio/media.c M profiles/audio/media.h Log Message: ----------- media: decouple local org.bluez.MediaPlayer from AVRCP The local media player API should be used also for MCP in addition to AVRCP, but it's currently calling directly into AVRCP. Invert the API to be DBus player --> hooks, and attach AVRCP to it allowing multiple backends. Rename media_player to local_player, to fix the naming conflict with player.h, which is the API for remote player --> DBus, ie. the inverse direction. Don't modify the AVRCP side of the code to these new wrappers, instead keep the old AVRCP API and use an extra indirection in avrcp-player.c, which may make it easier to add new features for MCS. Commit: 0e73d96c692c456d6f417a5db829744fb92e4adb https://github.com/bluez/bluez/commit/0e73d96c692c456d6f417a5db829744fb92e4adb Author: Pauli Virtanen [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M profiles/audio/mcp.c Log Message: ----------- mcp: expose org.bluez.MediaPlayer information via GMCS Select one of the local org.bluez.MediaPlayer instances as the "active" player, and expose its playback controls via GMCS. Commit: 05813df5e490ab7a791bf4ec6f49c68142f24688 https://github.com/bluez/bluez/commit/05813df5e490ab7a791bf4ec6f49c68142f24688 Author: Pauli Virtanen [off-list ref] Date: 2025-12-22 (Mon, 22 Dec 2025) Changed paths: M tools/mpris-proxy.c Log Message: ----------- tools/mpris-proxy: allow selecting which adapter to use mpris-proxy by default uses the first adapter it sees over DBus. Add option for selecting a specific one. Compare: https://github.com/bluez/bluez/compare/a431702e9ec2...05813df5e490 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications