summaryrefslogtreecommitdiff
path: root/src/set.c
Commit message (Collapse)AuthorAgeFilesLines
* set: Fix not attempt to connect devices with RSILuiz Augusto von Dentz2023-04-031-1/+3
| | | | | If a device advertising with RSI is only found later after the set was already create we shall still attempt to connect to it.
* core: Add initial implementation of DeviceSet interfaceLuiz Augusto von Dentz2023-03-101-0/+369
This adds the initial implementation of DeviceSet interface as documented in doc/set-api.rst.