pub struct GattProtocolError;
Implementations§
§impl GattProtocolError
impl GattProtocolError
pub fn InvalidHandle() -> Result<u8>
pub fn ReadNotPermitted() -> Result<u8>
pub fn WriteNotPermitted() -> Result<u8>
pub fn InvalidPdu() -> Result<u8>
pub fn InsufficientAuthentication() -> Result<u8>
pub fn RequestNotSupported() -> Result<u8>
pub fn InvalidOffset() -> Result<u8>
pub fn InsufficientAuthorization() -> Result<u8>
pub fn PrepareQueueFull() -> Result<u8>
pub fn AttributeNotFound() -> Result<u8>
pub fn AttributeNotLong() -> Result<u8>
pub fn InsufficientEncryptionKeySize() -> Result<u8>
pub fn InvalidAttributeValueLength() -> Result<u8>
pub fn UnlikelyError() -> Result<u8>
pub fn InsufficientEncryption() -> Result<u8>
pub fn UnsupportedGroupType() -> Result<u8>
pub fn InsufficientResources() -> Result<u8>
Auto Trait Implementations§
impl Freeze for GattProtocolError
impl RefUnwindSafe for GattProtocolError
impl Send for GattProtocolError
impl Sync for GattProtocolError
impl Unpin for GattProtocolError
impl UnwindSafe for GattProtocolError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more