Searched defs:ConnectedDevice (Results 1 – 1 of 1) sorted by relevance
47 struct ConnectedDevice { struct48 int serverId;49 BdAddr remoteAddr;51 bool operator==(const ConnectedDevice& device) const in operator ==()