mbox series

[BlueZ,V2,0/6] V2 of CSIP client role

Message ID 20221122032530.3842-1-sathish.narasimman@intel.com
Headers show
Series V2 of CSIP client role | expand

Message

Sathish Narasimman Nov. 22, 2022, 3:25 a.m. UTC
Version 2 Fixed few checkpatch warnings.

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 08:55:24 +0530 you wrote:
> Version 2 Fixed few checkpatch warnings.
> 
> 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,V2,1/6] lib/uuid: Add CSIS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b709058c6008
  - [BlueZ,V2,2/6] main.conf: Add CSIP profile configurable options
    (no matching commit)
  - [BlueZ,V2,3/6] shared/csip: Add initial code for handling CSIP
    (no matching commit)
  - [BlueZ,V2,4/6] profiles: Add initial code for csip plugin
    (no matching commit)
  - [BlueZ,V2,5/6] monitor/att: Add decoding support for CSIP
    (no matching commit)
  - [BlueZ,V2,6/6] tools: Add support to generate RSI using SIRK
    (no matching commit)

You are awesome, thank you!