Commit 105637a
authored
Return GATT_SUCCESS when Descriptor is read
Existing code was returning GATT_FAILURE for all code paths in onDescriptorReadRequest - if the config descriptor matches and is valid, GATT_SUCCESS should be returned along with the correct value for ENABLE/DISABLE notification1 parent 654706c commit 105637a
File tree
1 file changed
+1
-1
lines changed- app/src/main/java/com/example/androidthings/gattserver
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
0 commit comments