summaryrefslogtreecommitdiff
path: root/src/ndef.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-13ndef: Implement record payload getterSamuel Ortiz1-0/+8
2013-11-10ndef: ObjectManager conversionSamuel Ortiz1-158/+263
2013-10-18ndef: Simplify the exported MIME type D-Bus type furtherSamuel Ortiz1-1/+1
2013-10-18ndef: Simplify D-Bus exported record type stringsSamuel Ortiz1-2/+2
2013-08-20core: Do not compare expression against NULLDaniel Wagner1-163/+163
2013-08-20core: Use stdbool instead gboolean or near_bool_tDaniel Wagner1-57/+58
2013-07-18ndef: Make near_ndef_prepare_ac_message ready for multibyte cdrSzymon Janc1-14/+21
2013-07-18ndef: Make near_ndef_prepare_cfg_message accept cdr as pointerSzymon Janc1-4/+6
2013-07-18ndef: Remove unused struct near_ndef_carrier_dataSzymon Janc1-10/+0
2013-07-18ndef: Make cdr in near_ndef_ac_payload multibyteSzymon Janc1-3/+11
2013-07-02ndef: Add raw MIME payload supportLouis Yung-Chieh Lo1-1/+77
2013-07-02ndef: Display AAR package name as a debug stringSamuel Ortiz1-0/+2
2013-06-27ndef: Parse AAR payloadSamuel Ortiz1-2/+67
2013-06-27ndef: Initial support for Android Application RecordsSamuel Ortiz1-0/+15
2013-06-21ndef: Support receiving empty Handover select framesSamuel Ortiz1-0/+7
2013-06-20ndef: Send empty WiFi carrier in Hr message when running as a STARavi kumar Veeramally1-3/+43
2013-06-20ndef: Implement static handoverSamuel Ortiz1-0/+4
2013-06-20ndef: Generalize near_ndef_prepare_hr_message()Samuel Ortiz1-34/+68
2013-06-19ndef: Rename near_ndef_prepare_hs_messageSamuel Ortiz1-2/+2
2013-06-19ndef: Rename build_ho_recordSamuel Ortiz1-5/+5
2013-06-18ndef: Fallback to the WiFi agent when missing an SSIDSamuel Ortiz1-2/+34
2013-06-12ndef: Do not fail if NDEF record MIME type is not a handover oneSamuel Ortiz1-5/+6
2013-04-05ndef: Add api to prepare mime type wsc recordRavi kumar Veeramally1-13/+15
2013-04-05ndef: Remove unnecessary debug statementRavi kumar Veeramally1-3/+0
2013-04-04ndef: Add support to build wifi_wsc mime type ndef recordRavi kumar Veeramally1-0/+163
2013-03-28ndef: Remove not used Doxygen annotationsSzymon Janc1-174/+11
2013-03-28ndef: Remove bogus text from near_ndef_parse_msg commentSzymon Janc1-2/+0
2013-03-28ndef: Use sizeof instead of strlen to get BT_MIME_STRING_2_0 lenSzymon Janc1-1/+1
2013-03-28ndef: Fix some typos in comments and debug messagesSzymon Janc1-7/+7
2013-03-28ndef: Simplify near_ndef_prepare_ac_and_cfg_records functionSzymon Janc1-27/+10
2013-03-22ndef: Fix typo in unknown carrier stringGuillem Jover1-1/+1
2013-03-11ndef: Fix local carrier data fetching error messageSamuel Ortiz1-2/+6
2013-02-28ndef: Add support for multiple carriersRavi kumar Veeramally1-344/+115
2013-02-28ndef: Add support for multiple carriers in Hr messageRavi kumar Veeramally1-42/+26
2013-02-28ndef: Implement Hr message preparation routineRavi kumar Veeramally1-0/+114
2013-02-28ndef: Implement Hs message preparation routineRavi kumar Veeramally1-7/+122
2013-02-28ndef: Add helper funtions to create handover messagesRavi kumar Veeramally1-1/+186
2013-02-28ndef: Return empty Hs in case of unsupported Hr versionRavi kumar Veeramally1-1/+65
2013-02-28ndef: Add helper function to free ndef messagesRavi kumar Veeramally1-58/+23
2013-02-12ndef: Send empty Hs when an Hr carries a single unknow type carrierOlivier Guiter1-1/+13
2013-02-12ndef: Send empty Hs frame when the Hr version check failsOlivier Guiter1-1/+16
2013-02-12ndef: Do not build a reply to handover select messagesOlivier Guiter1-1/+1
2013-02-11agent: Add an extra parameter to the handover registration agent apiRavi kumar Veeramally1-4/+6
2013-02-11near: Rename struct name bt_data to carrier_dataRavi kumar Veeramally1-4/+4
2013-01-31ndef: Fix error message in near_ndef_prepare_handover_recordSzymon Janc1-1/+1
2013-01-31ndef: Fix checking for error in parse_mime_typeSzymon Janc1-7/+9
2013-01-31ndef: Remove not needed AC payload creation in build_ho_recordSzymon Janc1-34/+0
2013-01-31ndef: Use stack variable for record in build_ho_recordSzymon Janc1-17/+14
2013-01-31ndef: Fix memory leak in build_ho_recordSzymon Janc1-2/+3
2013-01-31ndef: Prepare ac record with proper BT power stateSzymon Janc1-8/+9