Crate bt_avctp

source ·

Structs§

  • Represents a received AVC Command from a Peer.
  • 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.
  • A stream of requests from the remote peer.
  • 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§

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

Type Aliases§