pub struct BluetoothAuto<B, const MEMBERS: usize> { /* private fields */ }Implementations§
Source§impl<B, const MEMBERS: usize> BluetoothAuto<B, MEMBERS>where
B: BleBackend<MEMBERS>,
impl<B, const MEMBERS: usize> BluetoothAuto<B, MEMBERS>where
B: BleBackend<MEMBERS>,
pub fn new( backend: B, identity: BleIdentity, endpoint: Endpoint, capabilities: LinkCapabilities, shared: &'static BluetoothAutoShared<MEMBERS>, ) -> Self
pub fn status(&self) -> BluetoothAutoStatus<MEMBERS>
pub async fn run<M, const FRAME: usize, const NOTIFY: usize, const LIFECYCLE: usize>(
self,
fleet: Fleet<M, FRAME, NOTIFY, LIFECYCLE>,
)where
M: RawMutex + 'static,
Auto Trait Implementations§
impl<B, const MEMBERS: usize> !RefUnwindSafe for BluetoothAuto<B, MEMBERS>
impl<B, const MEMBERS: usize> !UnwindSafe for BluetoothAuto<B, MEMBERS>
impl<B, const MEMBERS: usize> Freeze for BluetoothAuto<B, MEMBERS>where
B: Freeze,
impl<B, const MEMBERS: usize> Send for BluetoothAuto<B, MEMBERS>where
B: Send,
impl<B, const MEMBERS: usize> Sync for BluetoothAuto<B, MEMBERS>where
B: Sync,
impl<B, const MEMBERS: usize> Unpin for BluetoothAuto<B, MEMBERS>where
B: Unpin,
impl<B, const MEMBERS: usize> UnsafeUnpin for BluetoothAuto<B, MEMBERS>where
B: UnsafeUnpin,
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