mbox series

[BlueZ,0/2] Report proper error on connect

Message ID 20230806080109.1639693-1-simon.mikuda@streamunlimited.com
Headers show
Series Report proper error on connect | expand

Message

Simon Mikuda Aug. 6, 2023, 8:01 a.m. UTC
When we connect A2DP profile and remote device doesn't have our key
(e.g. was deleted) we've received "unknown" error.

These patches add mapping to "Invalid exchange" error which is returned
in this use case as "key missing" error.

Simon Mikuda (2):
  error: Add "Invalid exchange" mapping
  a2dp: Expose "Key missing" error

 profiles/audio/a2dp.c | 1 +
 src/error.c           | 4 ++++
 src/error.h           | 2 ++
 3 files changed, 7 insertions(+)

Comments

patchwork-bot+bluetooth@kernel.org Aug. 7, 2023, 11:20 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 Sun,  6 Aug 2023 10:01:07 +0200 you wrote:
> When we connect A2DP profile and remote device doesn't have our key
> (e.g. was deleted) we've received "unknown" error.
> 
> These patches add mapping to "Invalid exchange" error which is returned
> in this use case as "key missing" error.
> 
> Simon Mikuda (2):
>   error: Add "Invalid exchange" mapping
>   a2dp: Expose "Key missing" error
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/2] error: Add "Invalid exchange" mapping
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=0ee60b31a843
  - [BlueZ,2/2] a2dp: Expose "Key missing" error
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=59569c1f947d

You are awesome, thank you!