btleplug icon indicating copy to clipboard operation
btleplug copied to clipboard

Improve the documentation regarding Peripheral.properties's return values

Open VanuPhantom opened this issue 2 years ago • 0 comments

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.

VanuPhantom avatar Sep 11 '23 19:09 VanuPhantom