Struct bluenrg::gatt::DeleteIncludedServiceParameters[][src]

pub struct DeleteIncludedServiceParameters {
    pub service: ServiceHandle,
    pub included_service: ServiceHandle,
}

Parameters for the GATT Delete Included Service command.

Fields

Handle of the service to which Include definition belongs

Handle of the Included definition to be deleted.

Auto Trait Implementations