Home | History | Annotate | Download | only in nfc

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 message |message| from the peer
41 // device |peer| is received. Users can use this method to be notified of
44 virtual void RecordsReceived(NfcPeer* peer,
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