Struct bluenrg::gatt::MultipleCharacteristicReadParameters[][src]

pub struct MultipleCharacteristicReadParameters<'a> {
    pub conn_handle: ConnectionHandle,
    pub handles: &'a [CharacteristicHandle],
}

Parameters for the Read Multiple Characteristic Values command.

Fields

Connection handle for which the command is given.

The handles for which the attribute value has to be read.

The maximum length is 126 handles.

Auto Trait Implementations