pub struct GattcChr {
pub def_handle: AttrHandle,
pub val_handle: AttrHandle,
pub properties: u8,
pub uuid: BleUuid,
}Expand description
A remote characteristic discovered on a peer (safe view of ble_gatt_chr).
Fields§
§def_handle: AttrHandle§val_handle: AttrHandle§properties: u8Characteristic properties bitmask (BLE_GATT_CHR_PROP_*).
uuid: BleUuidTrait Implementations§
Source§impl From<&ble_gatt_chr> for GattcChr
impl From<&ble_gatt_chr> for GattcChr
Source§fn from(chr: &ble_gatt_chr) -> Self
fn from(chr: &ble_gatt_chr) -> Self
Converts to this type from the input type.