Lines Matching refs:peer
21 // - NDEF. Specifically, reading NDEF records found on the peer device and
35 // Interface for observing changes from NFC peer devices.
40 // This method will be called when an NDEF record |record| from the peer
41 // device |peer| is received. Users can use this method to be notified of
43 // received from it, if any. All records received from |peer| can be
44 // accessed by calling |peer->GetNdefMessage()|.
45 virtual void RecordReceived(NfcPeer* peer, const NfcNdefRecord* record) {}
53 // Adds and removes observers for events on this NFC peer. If monitoring
54 // multiple peers, check the |peer| parameter of observer methods to
55 // determine which peer is issuing the event.
59 // Returns the unique identifier assigned to this peer.
62 // Returns all NDEF records that were received from the peer device in the
69 // Sends the NDEF records contained in |message| to the peer device. On
76 // Initiates WiFi or Bluetooth pairing with the NFC peer device based on