Commit 6150c3d
fix BLE control characteristic UUID regression (#1208)
The BLE write characteristic UUID was mistakenly changed from the
correct value (…2b11) to the service UUID (…1910) during the
refactoring in 14f3bd8, causing "Control characteristic not found"
errors on BLE-only devices like the H617A.
Also adds debug logging of discovered characteristic UUIDs when
the control characteristic is not found, to aid future diagnosis.1 parent 55a52b3 commit 6150c3d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
0 commit comments