Struct bluenrg::gatt::IncludeServiceParameters[][src]

pub struct IncludeServiceParameters {
    pub service_handle: ServiceHandle,
    pub include_handle_range: Range<ServiceHandle>,
    pub include_uuid: Uuid,
}

Parameters for the GATT Include Service command.

Fields

Handle of the service to which another service has to be included

Range of handles of the service which has to be included in the service.

UUID of the included service

Auto Trait Implementations