#[repr(u8)]pub enum HciOgf {
NoOperation = 0,
LinkControl = 1,
LinkPolicy = 2,
ControllerAndBaseboard = 3,
InformationParams = 4,
StatusParams = 5,
TestingCmds = 6,
LeController = 8,
VendorSPecificCmds = 63,
}
Expand description
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-61/out/en/host-controller-interface/host-controller-interface-functional-specification.html#UUID-b0b17bc4-7719-7867-d773-1cd21c76fcd5
Variants§
NoOperation = 0
LinkControl = 1
LinkPolicy = 2
ControllerAndBaseboard = 3
InformationParams = 4
StatusParams = 5
TestingCmds = 6
LeController = 8
VendorSPecificCmds = 63
Trait Implementations§
Source§impl TryFromPrimitive for HciOgf
impl TryFromPrimitive for HciOgf
impl Copy for HciOgf
impl StructuralPartialEq for HciOgf
Auto Trait Implementations§
impl Freeze for HciOgf
impl RefUnwindSafe for HciOgf
impl Send for HciOgf
impl Sync for HciOgf
impl Unpin for HciOgf
impl UnwindSafe for HciOgf
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