sl4f_lib::bluetooth::types

Type Alias PeerFactoryMap

Source
pub type PeerFactoryMap = HashMap<String, PeerControllerProxy>;
Expand description

Handling different sessions. Key is a generic id that is generated by the tool that is associated with a remote peer. Value is the controller associated with the remote peer.

Aliased Typeยง

struct PeerFactoryMap { /* private fields */ }