Trait nrf5x::ble_advertising_hil::TxClient
[−]
[src]
pub trait TxClient { fn transmit_event(&self, result: ReturnCode); }
Required Methods
fn transmit_event(&self, result: ReturnCode)
Implementors
impl<'a, B, A> TxClient for BLE<'a, B, A> where
B: BleAdvertisementDriver + BleConfig + 'a,
A: Alarm + 'a,