mbox series

[BlueZ,0/8] Various fixes and refactors

Message ID 20230725084431.640332-1-simon.mikuda@streamunlimited.com
Headers show
Series Various fixes and refactors | expand

Message

Simon Mikuda July 25, 2023, 8:44 a.m. UTC
Fixes for pairing and discovery for dual mode devices
Fix for EIR_BREDR_UNSUP flag
Add handle numbers on dbus for client
Minor refactor, fixes

Simon Mikuda (8):
  advertising: Fix setting "BR/EDR not supported" flag
  adapter: Be able to use ConnectDevice for discovered devices
  device: Refactor device_discover_services function
  device: Rename start_discovery function
  device: Fix pairing and discovery with dual mode devices
  device: Handle error from discover services request after pair
  gatt-client: Add read-only handles to dbus
  adapter: Ensure that file exists on IRK write

 doc/gatt-api.txt        |  3 +++
 profiles/input/server.c |  2 +-
 src/adapter.c           |  7 +++--
 src/advertising.c       |  8 +++---
 src/device.c            | 60 ++++++++++++++++++++++-------------------
 src/device.h            |  3 ++-
 src/gatt-client.c       | 36 +++++++++++++++++++++++++
 7 files changed, 83 insertions(+), 36 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 28, 2023, 10:50 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, 25 Jul 2023 10:44:23 +0200 you wrote:
> Fixes for pairing and discovery for dual mode devices
> Fix for EIR_BREDR_UNSUP flag
> Add handle numbers on dbus for client
> Minor refactor, fixes
> 
> Simon Mikuda (8):
>   advertising: Fix setting "BR/EDR not supported" flag
>   adapter: Be able to use ConnectDevice for discovered devices
>   device: Refactor device_discover_services function
>   device: Rename start_discovery function
>   device: Fix pairing and discovery with dual mode devices
>   device: Handle error from discover services request after pair
>   gatt-client: Add read-only handles to dbus
>   adapter: Ensure that file exists on IRK write
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/8] advertising: Fix setting "BR/EDR not supported" flag
    (no matching commit)
  - [BlueZ,2/8] adapter: Be able to use ConnectDevice for discovered devices
    (no matching commit)
  - [BlueZ,3/8] device: Refactor device_discover_services function
    (no matching commit)
  - [BlueZ,4/8] device: Rename start_discovery function
    (no matching commit)
  - [BlueZ,5/8] device: Fix pairing and discovery with dual mode devices
    (no matching commit)
  - [BlueZ,6/8] device: Handle error from discover services request after pair
    (no matching commit)
  - [BlueZ,7/8] gatt-client: Add read-only handles to dbus
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=cda5549f2475
  - [BlueZ,8/8] adapter: Ensure that file exists on IRK write
    (no matching commit)

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org July 31, 2023, 5:50 p.m. UTC | #2
Hello:

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

On Tue, 25 Jul 2023 10:44:23 +0200 you wrote:
> Fixes for pairing and discovery for dual mode devices
> Fix for EIR_BREDR_UNSUP flag
> Add handle numbers on dbus for client
> Minor refactor, fixes
> 
> Simon Mikuda (8):
>   advertising: Fix setting "BR/EDR not supported" flag
>   adapter: Be able to use ConnectDevice for discovered devices
>   device: Refactor device_discover_services function
>   device: Rename start_discovery function
>   device: Fix pairing and discovery with dual mode devices
>   device: Handle error from discover services request after pair
>   gatt-client: Add read-only handles to dbus
>   adapter: Ensure that file exists on IRK write
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/8] advertising: Fix setting "BR/EDR not supported" flag
    (no matching commit)
  - [BlueZ,2/8] adapter: Be able to use ConnectDevice for discovered devices
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=caf7db313e9d
  - [BlueZ,3/8] device: Refactor device_discover_services function
    (no matching commit)
  - [BlueZ,4/8] device: Rename start_discovery function
    (no matching commit)
  - [BlueZ,5/8] device: Fix pairing and discovery with dual mode devices
    (no matching commit)
  - [BlueZ,6/8] device: Handle error from discover services request after pair
    (no matching commit)
  - [BlueZ,7/8] gatt-client: Add read-only handles to dbus
    (no matching commit)
  - [BlueZ,8/8] adapter: Ensure that file exists on IRK write
    (no matching commit)

You are awesome, thank you!