Searched refs:P2pInitiator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/nfc/
H A DP2pInitiator.java26 * P2pInitiator represents the initiator in an NFC-IP1 peer-to-peer
31 public class P2pInitiator extends P2pDevice { class in inherits:P2pDevice
33 private static final String TAG = "P2pInitiator";
41 * Internal constructor for the P2pInitiator class.
46 P2pInitiator(IP2pInitiator service, int handle) { method in class:P2pInitiator
52 * Receives data from a P2pInitiator.
54 * @return data sent by the P2pInitiator.
72 * Sends data to a P2pInitiator.
74 * @param data data to be sent to the P2pInitiator.

Completed in 42 milliseconds