From 70cb8ca5c8db94cc539efbdee518a804e299bc8e Mon Sep 17 00:00:00 2001 From: Pierre Wielders Date: Thu, 19 Dec 2024 14:51:30 +0100 Subject: [PATCH] [IBLEUTOOTH] In the published device list, also export the short name. --- interfaces/IBluetooth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/IBluetooth.h b/interfaces/IBluetooth.h index 7b96544..e9981e0 100644 --- a/interfaces/IBluetooth.h +++ b/interfaces/IBluetooth.h @@ -240,6 +240,7 @@ namespace Exchange { struct device { string address /* @brief Bluetooth address */; devicetype type /* @brief Bluetooth device type */; + string name /* @brief Bluetooth short name */; }; struct adapterinfo {