0

Is there any way to identify whether NFC p2p hardware available or not in device?

raghu
  • 30
  • 5
  • possible duplicate of [Android Code for identifying NFC P2P available or not in Android Phone](http://stackoverflow.com/questions/27345812/android-code-for-identifying-nfc-p2p-available-or-not-in-android-phone) – Michael Roland Dec 16 '14 at 18:23

1 Answers1

1

First you can check out your device on the manufacturers website, or via Google, to get all the technical infos about it.

But (at least on Android) you can also go into your system settings, and there you should be able to activate things like Bluetooth or NFC, if you have them.

bobitsch
  • 11
  • 1