pub struct GattCharacteristicUuids;

Implementations§

§

impl GattCharacteristicUuids

pub fn BatteryLevel() -> Result<GUID>

pub fn BloodPressureFeature() -> Result<GUID>

pub fn BloodPressureMeasurement() -> Result<GUID>

pub fn BodySensorLocation() -> Result<GUID>

pub fn CscFeature() -> Result<GUID>

pub fn CscMeasurement() -> Result<GUID>

pub fn GlucoseFeature() -> Result<GUID>

pub fn GlucoseMeasurement() -> Result<GUID>

pub fn GlucoseMeasurementContext() -> Result<GUID>

pub fn HeartRateControlPoint() -> Result<GUID>

pub fn HeartRateMeasurement() -> Result<GUID>

pub fn IntermediateCuffPressure() -> Result<GUID>

pub fn IntermediateTemperature() -> Result<GUID>

pub fn MeasurementInterval() -> Result<GUID>

pub fn RecordAccessControlPoint() -> Result<GUID>

pub fn RscFeature() -> Result<GUID>

pub fn RscMeasurement() -> Result<GUID>

pub fn SCControlPoint() -> Result<GUID>

pub fn SensorLocation() -> Result<GUID>

pub fn TemperatureMeasurement() -> Result<GUID>

pub fn TemperatureType() -> Result<GUID>

pub fn AlertCategoryId() -> Result<GUID>

pub fn AlertCategoryIdBitMask() -> Result<GUID>

pub fn AlertLevel() -> Result<GUID>

pub fn AlertNotificationControlPoint() -> Result<GUID>

pub fn AlertStatus() -> Result<GUID>

pub fn GapAppearance() -> Result<GUID>

pub fn BootKeyboardInputReport() -> Result<GUID>

pub fn BootKeyboardOutputReport() -> Result<GUID>

pub fn BootMouseInputReport() -> Result<GUID>

pub fn CurrentTime() -> Result<GUID>

pub fn CyclingPowerControlPoint() -> Result<GUID>

pub fn CyclingPowerFeature() -> Result<GUID>

pub fn CyclingPowerMeasurement() -> Result<GUID>

pub fn CyclingPowerVector() -> Result<GUID>

pub fn DateTime() -> Result<GUID>

pub fn DayDateTime() -> Result<GUID>

pub fn DayOfWeek() -> Result<GUID>

pub fn GapDeviceName() -> Result<GUID>

pub fn DstOffset() -> Result<GUID>

pub fn ExactTime256() -> Result<GUID>

pub fn FirmwareRevisionString() -> Result<GUID>

pub fn HardwareRevisionString() -> Result<GUID>

pub fn HidControlPoint() -> Result<GUID>

pub fn HidInformation() -> Result<GUID>

pub fn Ieee1107320601RegulatoryCertificationDataList() -> Result<GUID>

pub fn LnControlPoint() -> Result<GUID>

pub fn LnFeature() -> Result<GUID>

pub fn LocalTimeInformation() -> Result<GUID>

pub fn LocationAndSpeed() -> Result<GUID>

pub fn ManufacturerNameString() -> Result<GUID>

pub fn ModelNumberString() -> Result<GUID>

pub fn Navigation() -> Result<GUID>

pub fn NewAlert() -> Result<GUID>

pub fn GapPeripheralPreferredConnectionParameters() -> Result<GUID>

pub fn GapPeripheralPrivacyFlag() -> Result<GUID>

pub fn PnpId() -> Result<GUID>

pub fn PositionQuality() -> Result<GUID>

pub fn ProtocolMode() -> Result<GUID>

pub fn GapReconnectionAddress() -> Result<GUID>

pub fn ReferenceTimeInformation() -> Result<GUID>

pub fn Report() -> Result<GUID>

pub fn ReportMap() -> Result<GUID>

pub fn RingerControlPoint() -> Result<GUID>

pub fn RingerSetting() -> Result<GUID>

pub fn ScanIntervalWindow() -> Result<GUID>

pub fn ScanRefresh() -> Result<GUID>

pub fn SerialNumberString() -> Result<GUID>

pub fn GattServiceChanged() -> Result<GUID>

pub fn SoftwareRevisionString() -> Result<GUID>

pub fn SupportedNewAlertCategory() -> Result<GUID>

pub fn SupportUnreadAlertCategory() -> Result<GUID>

pub fn SystemId() -> Result<GUID>

pub fn TimeAccuracy() -> Result<GUID>

pub fn TimeSource() -> Result<GUID>

pub fn TimeUpdateControlPoint() -> Result<GUID>

pub fn TimeUpdateState() -> Result<GUID>

pub fn TimeWithDst() -> Result<GUID>

pub fn TimeZone() -> Result<GUID>

pub fn TxPowerLevel() -> Result<GUID>

pub fn UnreadAlertStatus() -> Result<GUID>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.