Enum stm32wb_hci::vendor::stm32wb::command::gap::AddDeviceToListMode
source · pub enum AddDeviceToListMode {
AppendResoling,
ClearAndSetResolving,
AppendWhitelist,
ClearAndSetWhitelist,
AppendBoth,
ClearAndSetBoth,
}Expand description
Parameter for GAP Add Devices to List
Variants§
AppendResoling
Append to the resolving list only
ClearAndSetResolving
clear and set the resolving list only
AppendWhitelist
append to the whitelist only
ClearAndSetWhitelist
clear and set the whitelist only
AppendBoth
apppend to both resolving and white lists
ClearAndSetBoth
clear and set both resolving and white lists
Auto Trait Implementations§
impl RefUnwindSafe for AddDeviceToListMode
impl Send for AddDeviceToListMode
impl Sync for AddDeviceToListMode
impl Unpin for AddDeviceToListMode
impl UnwindSafe for AddDeviceToListMode
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