Loading system/gd/rust/topshim/src/btif.rs +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ impl From<bindings::bt_acl_state_t> for BtAclState { #[derive(Clone, Debug, FromPrimitive, ToPrimitive, PartialEq, PartialOrd)] #[repr(u32)] pub enum BtDeviceType { Bredr, Bredr = 0x1, Ble, Dual, Unknown, Loading Loading
system/gd/rust/topshim/src/btif.rs +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ impl From<bindings::bt_acl_state_t> for BtAclState { #[derive(Clone, Debug, FromPrimitive, ToPrimitive, PartialEq, PartialOrd)] #[repr(u32)] pub enum BtDeviceType { Bredr, Bredr = 0x1, Ble, Dual, Unknown, Loading