summaryrefslogtreecommitdiff
path: root/include/ndef.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05ndef: Add api to prepare mime type wsc recordRavi kumar Veeramally1-0/+3
Added api to prepare MIME type WSC record for unit tests.
2013-02-11agent: Add an extra parameter to the handover registration agent apiRavi kumar Veeramally1-13/+0
Current handover registration apis does not support for carrier specific registration. Added an extra parameter (carrier type) to RegisterHandoverAgent and UnregisterHandoverAgent. This is an initial patch for wifi handover agent registration. WiFi NDEF message handling will be supported soon.
2013-02-11near: Rename struct name bt_data to carrier_dataRavi kumar Veeramally1-2/+2
To be more generic, renaming structure name from bt_data to carrier_data.
2013-01-31ndef: Move carrier_power_state definition to header fileSzymon Janc1-0/+7
It will be also used by handover agent implementation
2013-01-09ndef: Add records comparison helpersOlivier Guiter1-0/+9
These functions propose to check ndef records for specific fields like mime type or ID field in record header.
2012-11-14Use handover agent for Bluetooth dataSzymon Janc1-3/+6
If detected BlueZ is not version 4 handover agent is used for bluetooth data handling.
2012-10-24handover: Change carriers type to bitfieldOlivier Guiter1-5/+6
This would allow multiple carriers at the same time (e.g. Bluetooth and Wifi)
2012-10-22ndef: Change near_ndef_parse function nameKrzysztof Lyczkowski1-1/+1
Add suffix "_msg" to function near_ndef_parse for name consistency and to stress out its role.
2012-06-28ndef: Add record list freeing routineSamuel Ortiz1-0/+2
2012-06-20ndef: Prepare handover recordOlivier Guiter1-0/+9
This patch allows to create handover (Hr or Hs) frames with all the expecteded records (collision, ac, ...) and the configuration ones (like e.g. the Bluetooth OOB related data).
2012-06-20ndef: Add NDEF record couting routineOlivier Guiter1-0/+3
For a defined record type, this routine will count how many records are found in an NDEF.
2012-06-20ndef: Add near_ndef_record_length functionOlivier Guiter1-0/+2
This function returns the length of a NDEF record.
2012-04-20ndef: Remove NDEF and TLV parsing routines tag dependenciesSamuel Ortiz1-1/+1
The NDEF and TLV parsing routines no longer take tag pointers as an argument. Instead they return a list of records that is added to the underlying tag structure. Devices will also get their records list.
2011-12-19ndef: API provided to prepare smartposter ndef recordRavikumar Veeramally1-0/+5
API provided to prepare smartposter ndef record with mandatory uri fields, which is useful to write ndef data on tags.
2011-10-20ndef: API provided to prepare uri ndef recordRavikumar Veeramally1-0/+3
API provided to prepare uri ndef record which is useful to write ndef data on tags.
2011-10-20ndef: API provided to prepare text ndef recordRavikumar Veeramally1-0/+9
API provided to prepare text ndef record which is useful to write ndef data on tags.
2011-10-20ndef: org.neard.Record exportSamuel Ortiz1-15/+3
Each record will be accesible through that interface, and each tag tracks its own record list.
2011-10-20ndef: Initial NDEF parsingSamuel Ortiz1-12/+10
2011-10-20tag: Update NDEF reading APISamuel Ortiz1-0/+45