Trait rumcake::hw::platform::BluetoothDevice
source · pub trait BluetoothDevice {
const BLUETOOTH_ADDRESS: [u8; 6];
}
Expand description
A basic trait that all nRF5x-based devices that use bluetooth features must implement.
Required Associated Constants§
const BLUETOOTH_ADDRESS: [u8; 6]
Object Safety§
This trait is not object safe.