mbox series

[BlueZ,0/1] isotest: Add check after accepting connection

Message ID 20230623074406.16522-1-iulia.tanasescu@nxp.com
Headers show
Series isotest: Add check after accepting connection | expand

Message

Iulia Tanasescu June 23, 2023, 7:44 a.m. UTC
This checks for the POLLERR event on a newly accepted connection,
to determine if the connection was successful or not.

This check is related to the kernel update introduced by,
https://patchwork.kernel.org/project/bluetooth/cover/20230623073842.16466-1-iulia.tanasescu@nxp.com/
where unsuccessful bis connections are also added to the accept queue
of a listening socket, to indicate the fact that BIG sync failed.

Iulia Tanasescu (1):
  isotest: Add check after accepting connection

 tools/isotest.c | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


base-commit: 37042ca9c6ddcdbbb0899b3d62238935cd53f443

Comments

patchwork-bot+bluetooth@kernel.org June 26, 2023, 8:50 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri, 23 Jun 2023 10:44:05 +0300 you wrote:
> This checks for the POLLERR event on a newly accepted connection,
> to determine if the connection was successful or not.
> 
> This check is related to the kernel update introduced by,
> https://patchwork.kernel.org/project/bluetooth/cover/20230623073842.16466-1-iulia.tanasescu@nxp.com/
> where unsuccessful bis connections are also added to the accept queue
> of a listening socket, to indicate the fact that BIG sync failed.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] isotest: Add check after accepting connection
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b00bc612fab8

You are awesome, thank you!