File tree Expand file tree Collapse file tree
Buttplug.Server/Bluetooth/Devices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ public enum Chrs : uint
1414 Rx ,
1515 }
1616
17- public Guid [ ] Services { get ; } = { new Guid ( "00001523-1212-efde-1523-785feabcd123" ) } ;
18-
19- // Deliberately empty: you can rename these!
17+ public Guid [ ] Services { get ; } = { new Guid ( "00001523-1212-efde-1523-785feabcd123" ) } ;
18+
19+ // Device can be renamed, but wildcarding spams our logs and they
20+ // reuse a common Service UUID, so require it to be the default
2021 public string [ ] Names { get ; } =
2122 {
23+ "Vibratissimo" ,
2224 } ;
2325
2426 public Guid [ ] Characteristics { get ; } =
Original file line number Diff line number Diff line change 2020- Fixed port number changing in Websocket Server
2121- Fixed crash when copying IP addresses in Websocket Server
2222- Fixed version number listing in logs
23+ - Vibratissimo devices now required to be named "Vibratissimo"
2324
2425# 0.1.0 (2017-08-07)
2526
You can’t perform that action at this time.
0 commit comments