[][src]Trait rubble::link::HardwareInterface

pub trait HardwareInterface {
type Timer: Timer;
type Tx: Transmitter;
}

Defines types that provide platform-dependent functionality.

Associated Types

type Timer: Timer

A timesource with microsecond accuracy.

type Tx: Transmitter

The BLE packet transmitter.

Loading content...

Implementors

Loading content...