This section helps in performing tasks such as utilizing
the LLCP stack (connectionless and connection-oriented), reading NDEF
messages, enabling Bluetooth connections and creating Content Handler
plug-ins.
This tutorial describes how to enable a Bluetooth connection
using the AIW Service API. This API also enables applications to register
for callback notifications when a phone comes in contact with another
phone and gets paired successfully.
This tutorial describes how to read NDEF messages using
the NFC Discovery API. This API provides access to NFC tags based
on the NFC tag type or the NDEF message type. The NDEF messages are
then read from NFC tags.
This section describes how to use the LLCP stack to perform
a connectionless transfer and receipt of the "Hello World!" ASCII
text, to and from a remote device.
This section describes how to utilize the LLCP stack to
perform a connection-oriented transfer and receipt of the "Hello World!"
ASCII text, to and from a remote device.