Age | Commit message (Collapse) | Author | Files | Lines |
|
Added api to prepare MIME type WSC record for unit tests.
|
|
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.
|
|
To be more generic, renaming structure name from bt_data to
carrier_data.
|
|
It will be also used by handover agent implementation
|
|
These functions propose to check ndef records for specific fields
like mime type or ID field in record header.
|
|
If detected BlueZ is not version 4 handover agent is used for bluetooth
data handling.
|
|
This would allow multiple carriers at the same time (e.g. Bluetooth
and Wifi)
|
|
Add suffix "_msg" to function near_ndef_parse for
name consistency and to stress out its role.
|
|
|
|
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).
|
|
For a defined record type, this routine will count how many records are
found in an NDEF.
|
|
This function returns the length of a NDEF record.
|
|
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.
|
|
API provided to prepare smartposter ndef record with mandatory uri fields,
which is useful to write ndef data on tags.
|
|
API provided to prepare uri ndef record which is useful to
write ndef data on tags.
|
|
API provided to prepare text ndef record which is useful to
write ndef data on tags.
|
|
Each record will be accesible through that interface, and each tag tracks
its own record list.
|
|
|
|
|