mbox series

[BlueZ,v3,0/7] Csip - Client role

Message ID 20221122101232.45320-1-sathish.narasimman@intel.com
Headers show
Series Csip - Client role | expand

Message

Sathish Narasimman Nov. 22, 2022, 10:12 a.m. UTC
This version of patch updated with
1. Added btmon decoded log in commit message
2. Fixed few of scan warnings

Sathish Narasimman (7):
  shared/util: Update UUID database for Csip services
  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 ++++
 src/shared/util.c     |   3 +
 tools/advtest.c       |  80 +++++-
 13 files changed, 1234 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 15:42:25 +0530 you wrote:
> This version of patch updated with
> 1. Added btmon decoded log in commit message
> 2. Fixed few of scan warnings
> 
> Sathish Narasimman (7):
>   shared/util: Update UUID database for Csip services
>   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,v3,1/7] shared/util: Update UUID database for Csip services
    (no matching commit)
  - [BlueZ,v3,2/7] lib/uuid: Add CSIS UUIDs
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b709058c6008
  - [BlueZ,v3,3/7] main.conf: Add CSIP profile configurable options
    (no matching commit)
  - [BlueZ,v3,4/7] shared/csip: Add initial code for handling CSIP
    (no matching commit)
  - [BlueZ,v3,5/7] profiles: Add initial code for csip plugin
    (no matching commit)
  - [BlueZ,v3,6/7] monitor/att: Add decoding support for CSIP
    (no matching commit)
  - [BlueZ,v3,7/7] tools: Add support to generate RSI using SIRK
    (no matching commit)

You are awesome, thank you!