Skip to content

Commit

Permalink
[IBLEUTOOTH] In the published device list, also export the short name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders committed Dec 19, 2024
1 parent 67b4ab0 commit 70cb8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/IBluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 70cb8ca

Please sign in to comment.