DITPeerToPeer

@interface DITPeerToPeer : NSObject <NSCopying, NSMutableCopying> {
  DITBluetoothLEConfig *_bluetoothLe;
  DITLANConfig *_lan;
  DITAWDLConfig *_awdl;
}

Configuration of peer-to-peer transports, which are able to discover and connect to peers on their own.

For more information refer to the documentation for DITTransportConfig.