Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dc247cf authored by Jakob Vukalović's avatar Jakob Vukalović Committed by Gerrit Code Review
Browse files

Merge "rust: Make AttPermissions compatible with libbitflags 2.2.1"

parents afcd758d e53ccc57
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,7 @@ bitflags! {
    ///
    ///
    /// These values are from Core Spec 5.3 Vol 3G 3.3.1.1 Characteristic Properties,
    /// These values are from Core Spec 5.3 Vol 3G 3.3.1.1 Characteristic Properties,
    /// and also match what Android uses in JNI.
    /// and also match what Android uses in JNI.
    #[derive(Copy, Clone, Debug, PartialEq, Eq)]
    pub struct AttPermissions : u8 {
    pub struct AttPermissions : u8 {
        /// Attribute can be read using READ_REQ
        /// Attribute can be read using READ_REQ
        const READABLE = 0x02;
        const READABLE = 0x02;