mbox series

[BlueZ,0/6] CSIP - Client Role

Message ID 20221121234624.2961-1-sathish.narasimman@intel.com
Headers show
Series CSIP - Client Role | expand

Message

Sathish Narasimman Nov. 21, 2022, 11:46 p.m. UTC
The following patches are for CSIP (Co-ordinated set identification
profile) Client role. The patches also includes using SIRK and adding it
to ADV data. Configuring CSIP Server values.

Sathish Narasimman (6):
  lib/uuid: Add CSIS UUIDs
  main.conf: Add CSIP profile configurable options
  shared/csip: Add initial code for handling CSIP
  profiles: Add initial code for csip plugin
  monitor/att: Add decoding support for CSIP
  tools: Add support to generate RSI using SIRK

 Makefile.am           |   1 +
 Makefile.plugins      |   5 +
 configure.ac          |   4 +
 lib/uuid.h            |   7 +
 monitor/att.c         |  73 ++++++
 profiles/audio/csip.c | 319 ++++++++++++++++++++++++
 src/btd.h             |   9 +
 src/main.c            | 113 +++++++++
 src/main.conf         |  24 ++
 src/shared/csip.c     | 554 ++++++++++++++++++++++++++++++++++++++++++
 src/shared/csip.h     |  44 ++++
 tools/advtest.c       |  80 +++++-
 12 files changed, 1231 insertions(+), 2 deletions(-)
 create mode 100644 profiles/audio/csip.c
 create mode 100644 src/shared/csip.c
 create mode 100644 src/shared/csip.h

Comments

patchwork-bot+bluetooth@kernel.org Dec. 20, 2022, 11:40 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 Tue, 22 Nov 2022 05:16:18 +0530 you wrote:
> The following patches are for CSIP (Co-ordinated set identification
> profile) Client role. The patches also includes using SIRK and adding it
> to ADV data. Configuring CSIP Server values.
> 
> Sathish Narasimman (6):
>   lib/uuid: Add CSIS UUIDs
>   main.conf: Add CSIP profile configurable options
>   shared/csip: Add initial code for handling CSIP
>   profiles: Add initial code for csip plugin
>   monitor/att: Add decoding support for CSIP
>   tools: Add support to generate RSI using SIRK
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/6] lib/uuid: Add CSIS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b709058c6008
  - [BlueZ,2/6] main.conf: Add CSIP profile configurable options
    (no matching commit)
  - [BlueZ,3/6] shared/csip: Add initial code for handling CSIP
    (no matching commit)
  - [BlueZ,4/6] profiles: Add initial code for csip plugin
    (no matching commit)
  - [BlueZ,5/6] monitor/att: Add decoding support for CSIP
    (no matching commit)
  - [BlueZ,6/6] tools: Add support to generate RSI using SIRK
    (no matching commit)

You are awesome, thank you!