Expand description
Remote Pairing
Re-exports§
pub use tunnel::connect_tls_psk_tunnel;pub use tunnel::CdTunnel;pub use tunnel::TunnelInfo;pub use tunnel::connect_tls_psk_tunnel_native;
Modules§
- errors
- tls_psk
- Manual TLS 1.2 PSK-AES128-CBC-SHA implementation.
- tunnel
- TLS-PSK tunnel connect helpers for remote pairing.
Structs§
- Pairable
Host - The responder side of rppairing: accepts a device-initiated pairing.
- Pairable
Host Info - Static information this host advertises and presents to a connecting device.
- Peer
Device - Remote
Pairing Client - Remote
Pairing Lockdown Service - A connection to the
remotepairingdevicedcontrol channel. - RpPairing
File - RpPairing
Socket
Constants§
- PAIRABLE_
HOST_ SERVICE_ TYPE - The DNS-SD service type a pairable host advertises over mDNS. A device browses
for this and, when the user taps “Pair with …”, connects to the advertised
host/port and drives the rppairing conversation handled by
PairableHost.
Traits§
Functions§
- compute_
auth_ tag - Computes the 6-byte mDNS
authTagfor the givenalt_irkandservice_identifier.