mbox series

[BlueZ,0/2] shared/bass: Implement CP opcode handlers

Message ID 20230613141625.9197-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series shared/bass: Implement CP opcode handlers | expand

Message

Iulia Tanasescu June 13, 2023, 2:16 p.m. UTC
This patch series introduces opcode handlers for the following
BASS Broadcast Audio Scan Control Point opcodes:
   Remote Scan Stopped
   Remote Scan Started
   Remove Source

Iulia Tanasescu (2):
  gatt-server: Check pointer before memcpy
  shared/bass: Implement CP opcode handlers

 src/shared/bass.c        | 155 +++++++++++++++++++++++++++++++++++----
 src/shared/gatt-server.c |   5 +-
 2 files changed, 146 insertions(+), 14 deletions(-)


base-commit: 3030883005c02c77766e1a27a8d5c4d579daa9b5

Comments

patchwork-bot+bluetooth@kernel.org June 13, 2023, 9:11 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, 13 Jun 2023 17:16:23 +0300 you wrote:
> This patch series introduces opcode handlers for the following
> BASS Broadcast Audio Scan Control Point opcodes:
>    Remote Scan Stopped
>    Remote Scan Started
>    Remove Source
> 
> Iulia Tanasescu (2):
>   gatt-server: Check pointer before memcpy
>   shared/bass: Implement CP opcode handlers
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] gatt-server: Check pointer before memcpy
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c0156edd198e
  - [BlueZ,2/2] shared/bass: Implement CP opcode handlers
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=ddd09531e936

You are awesome, thank you!