mbox series

[BlueZ,0/7] Support for Adapter's Default PHY Configuration

Message ID 20210722052640.5863-1-ayush.garg@samsung.com (mailing list archive)
Headers show
Series Support for Adapter's Default PHY Configuration | expand

Message

Ayush Garg July 22, 2021, 5:26 a.m. UTC
Hello Maintainers,

This patch set contains a proposed approach to enable
user to get/set adapter's default PHYs.

It will introduce two new adapter properties:
1. "SupportedPhyConfiguration": to get PHYs supported
by the adapter.
2. "PhyConfiguration": The user can use this property
to get/set the default adapter PHYs which will be used
in all subsequent connections.

These properties are based on "MGMT_OP_SET_PHY_CONFIGURATION"
and "MGMT_OP_GET_PHY_CONFIGURATION" MGMT commands.

Ayush Garg (7):
  doc/adapter-api: Add SupportedPhyConfiguration property
  doc/adapter-api: Add PhyConfiguration property
  adapter: Add support for get/set phy configuration property
  adapter: Add support for the get supported phy property
  adapter: Add support for PHY Configuration Changed event
  client: Add support for get/set PHY configuration in bluetoothctl
  adapter: Save PHY Configuration in storage and read it at init

 client/main.c       |  39 +++++
 doc/adapter-api.txt |  35 +++++
 src/adapter.c       | 355 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 429 insertions(+)