mbox series

[BlueZ,0/2] adapter: Add (readwrite) Connectable property.

Message ID 20240911145114.103340-1-vibhavp@gmail.com (mailing list archive)
Headers show
Series adapter: Add (readwrite) Connectable property. | expand

Message

Vibhav Pant Sept. 11, 2024, 2:51 p.m. UTC
Hi,

This series adds the "Connectable" property to Adapter objects in BlueZ. This
property is needed in order to implement the corresponding functionality for
Wine[1][2]. However, to not break current behaviour, enabling Discoverable while
Connectable is false will not result in an error.

[1]: https://learn.microsoft.com/en-us/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothenableincomingconnections
[2]: https://learn.microsoft.com/en-us/windows/win32/api/bluetoothapis/nf-bluetoothapis-bluetoothisconnectable

Vibhav Pant (2):
  adapter: Add support for the Connectable property.
  org.bluez.Adapter: Add documentation for the Connectable property.

 doc/org.bluez.Adapter.rst | 13 +++++++++++++
 src/adapter.c             | 25 +++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

Comments

patchwork-bot+bluetooth@kernel.org Sept. 19, 2024, 5:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 11 Sep 2024 20:21:12 +0530 you wrote:
> Hi,
> 
> This series adds the "Connectable" property to Adapter objects in BlueZ. This
> property is needed in order to implement the corresponding functionality for
> Wine[1][2]. However, to not break current behaviour, enabling Discoverable while
> Connectable is false will not result in an error.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] adapter: Add support for the Connectable property.
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=17f485f207e6
  - [BlueZ,2/2] org.bluez.Adapter: Add documentation for the Connectable property.
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=bf6bfc3356ef

You are awesome, thank you!