Crate android_auto

Source
Expand description

This crate provides android auto functionality for devices wishing to comunicate using the android auto protocol.

Re-exports§

pub use protobuf;

Modules§

Bluetooth
Generated file from Bluetooth.proto
Wifi
Generated file from Wifi.proto

Structs§

AndriodAutoBluettothServer
This is the bluetooth server for initiating wireless android auto on compatible devices.
AndroidAutoConfiguration
Provides basic configuration elements for setting up an android auto head unit
BluetoothInformation
The required bluetooth information
HeadUnitInfo
Information about the head unit that will be providing android auto services for compatible devices
NetworkInformation
The wireless network information to relay to the compatible android auto device
SendableAndroidAutoMessage
The sendable form of an AndroidAutoMessage

Enums§

AndroidAutoMessage
The types of messages that can be sent over the android auto link
FrameHeaderType
Specifies the type of frame header, whether the data of a packet is contained in a single frame, or if it was too large and broken up into multiple frames for transmission.

Traits§

AndroidAutoMainTrait
The base trait for crate users to implement
AndroidAutoVideoChannelTrait
This trait is implemented by users wishing to display a video stream from an android auto (phone probably).