Struct bluenrg::gatt::SecurityPermissionParameters[][src]

pub struct SecurityPermissionParameters {
    pub service_handle: ServiceHandle,
    pub attribute_handle: CharacteristicHandle,
    pub permission: CharacteristicPermission,
}

Parameters for the Set Security Permission command.

Fields

Handle of the service which contains the attribute whose security permission has to be modified.

Handle of the attribute whose security permission has to be modified.

Security requirements for the attribute.

Auto Trait Implementations