btleplug
btleplug copied to clipboard
Improve the documentation regarding Peripheral.properties's return values
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.