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(-) -- 2.39.5