Crate bt_avctp

Source

Structs§

AvcCommand
Represents a received AVC Command from a Peer.
AvcCommandResponse
AvcPeer
Represents a peer connection to a remote device that uses the AV\C protocol over AVCTP encoded L2CAP socket. Primarily used for the the control channel in AVRCP.
AvctpCommand
AvctpCommandStream
A stream of requests from the remote peer.
AvctpPeer
Peer connection to a remote device uses AVCTP protocol over an L2CAP socket. Used by the AVC peer that encapsulates this peer connection and directly in AVRCP for non AV\C connections like the browse channel.

Enums§

AvcCommandType
AV/C Command and Response types. See AV/C General Specification Section 5.3.1 and 5.3.2
AvcOpCode
AV/C Op Codes See AV/C General Specification Section 5.3.1
AvcPacketType
AvcResponseType
AV/C Command and Response types. See AV/C General Specification Section 5.3.1 and 5.3.2
AvctpMessageType
Specifies the type of the packet as being either Command or Response See Section 6.1.1
AvctpPacketType
Indicates whether this packet is part of a fragmented packet set. See Section 6.1
Error
The error type of the AVCTP library.

Type Aliases§

AvcCommandStream