Struct bluenrg::gatt::AddServiceParameters[][src]

pub struct AddServiceParameters {
    pub uuid: Uuid,
    pub service_type: ServiceType,
    pub max_attribute_records: usize,
}

Parameters for the GATT Add Service command.

Fields

UUID of the service

Type of service

The maximum number of attribute records that can be added to this service (including the service attribute, include attribute, characteristic attribute, characteristic value attribute and characteristic descriptor attribute).

Auto Trait Implementations