Trait nrf_softdevice::ble::FixedGattValue
source · pub trait FixedGattValue: Sized {
const SIZE: usize;
// Required methods
fn from_gatt(data: &[u8]) -> Self;
fn to_gatt(&self) -> &[u8];
}
pub trait FixedGattValue: Sized {
const SIZE: usize;
// Required methods
fn from_gatt(data: &[u8]) -> Self;
fn to_gatt(&self) -> &[u8];
}