Expand description
This crate provides android auto functionality for devices wishing to comunicate using the android auto protocol.
Re-exports§
- pub use protobuf;
Modules§
Structs§
- AndriodAuto Bluettoth Server 
- This is the bluetooth server for initiating wireless android auto on compatible devices.
- AndroidAuto Configuration 
- Provides basic configuration elements for setting up an android auto head unit
- BluetoothInformation 
- The required bluetooth information
- HeadUnit Info 
- 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
- SendableAndroid Auto Message 
- The sendable form of an AndroidAutoMessage
Enums§
- AndroidAuto Message 
- The types of messages that can be sent over the android auto link
- FrameHeader Type 
- 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§
- AndroidAuto Main Trait 
- The base trait for crate users to implement
- AndroidAuto Video Channel Trait 
- This trait is implemented by users wishing to display a video stream from an android auto (phone probably).