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 {