mbox series

[BlueZ,0/2] advertising: Add scan response data handling

Message ID 20241124165539.2913146-1-yuxinwang9999@gmail.com (mailing list archive)
Headers show
Series advertising: Add scan response data handling | expand

Message

Yuxin Wang Nov. 24, 2024, 4:55 p.m. UTC
Scan response is already supported through the mgmt-api. These patches add scan
response data handling to the DBus API and bluetoothctl.

For related discussions, please see https://github.com/bluez/bluez/pull/1012 .

Yuxin Wang (2):
  advertising: Add scan response properties to LEAdvertisement1
  advertising: Add scan response support in bluetoothctl

 client/advertising.c              | 486 +++++++++++++++++++++++-------
 client/advertising.h              |  25 +-
 client/bluetoothctl-advertise.rst |  39 +++
 client/main.c                     |  95 +++++-
 doc/org.bluez.LEAdvertisement.rst |  37 ++-
 src/advertising.c                 | 132 +++++---
 6 files changed, 645 insertions(+), 169 deletions(-)