Feature Description
I believe the documentation should contain a better description of the circumstances under which Peripheral.properties returns Ok(Some(Properties)) vs Ok(None). Currently, I'm forced to guess, which is problematic when I'm trying to create clear descriptive errors for my own library code.
Feature Description
I believe the documentation should contain a better description of the circumstances under which
Peripheral.propertiesreturnsOk(Some(Properties))vsOk(None). Currently, I'm forced to guess, which is problematic when I'm trying to create clear descriptive errors for my own library code.