summaryrefslogtreecommitdiff
path: root/src/eir.c
Commit message (Expand)AuthorAgeFilesLines
* eir: Remove GLib usage from service UUID allocationJohan Hedberg2014-01-211-10/+4
* core: Don't use GLib allocators for bt_uuid2string and bt_name2stringJohan Hedberg2014-01-211-3/+15
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* eir: Add support for parsing DeviceID infoSzymon Janc2014-01-181-0/+10
* eir: Prefer bool over gbooleanJohan Hedberg2014-01-171-4/+5
* core: Remove useless eir parsing function return valueAndrei Emeltchenko2013-12-101-5/+3
* core: Parse the TX power level from EIR dataMarcel Holtmann2013-01-271-0/+7
* core: Only set EIR data pointer after confirming it points to valid memoryJohan Hedberg2013-01-221-1/+2
* core: Make hash & randomizer const in EIR APIJohan Hedberg2013-01-061-1/+1
* core: Fix missing const qualifier in EIR parsing APIJohan Hedberg2013-01-061-8/+12
* core: Remove unused eir functionsJohan Hedberg2012-12-141-59/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* core: Move UTF-8 validation of device names into eir.cJohan Hedberg2012-12-041-4/+25
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-1/+1
* eir: Add support for creating proper OOB EIRSzymon Janc2012-10-031-13/+26
* eir: Remove struct uuid_infoSzymon Janc2012-10-031-13/+16
* eir: Return number of bytes written by eir_create_oobSzymon Janc2012-10-031-1/+3
* eir: Remove support for creating EIR with tx_power fieldsSzymon Janc2012-10-031-8/+1
* eir: Rename eir_create to eir_create_oobSzymon Janc2012-10-031-1/+1
* eir: Add support for creating EIR with CoD fieldSzymon Janc2012-10-031-1/+17
* eir: Add support creating EIR with hash and randomizer fieldsSzymon Janc2012-10-031-3/+25
* eir: Add eir_parse_oob functionSzymon Janc2012-10-031-0/+25
* eir: Store class in struct eir_data as uint32_tSzymon Janc2012-10-031-1/+2
* eir: Add support for parsing SSP hash and randomizerSzymon Janc2012-10-031-0/+16
* eir: Use bt_get_* helper functions to access unaligned memorySzymon Janc2012-09-051-2/+4
* eir: Keep parsed eir_data on errorChen Ganir2012-05-151-5/+3
* eir: Fix incorrect eir_has_data_type() parsingSyam Sidhardhan2012-04-161-2/+2
* eir: Fix incorrect eir_length() parsingSyam Sidhardhan2012-04-161-2/+2
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* eir: Read GAP appearance from advertising dataBruna Moreira2012-03-301-0/+7
* Add support for setting VID source in DeviceID from config fileSzymon Janc2012-03-281-4/+3
* eir: Add eir_length() functionJohan Hedberg2012-01-181-0/+23
* eir: Add eir_append_data functionJohan Hedberg2012-01-171-0/+11
* eir: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg2012-01-171-2/+2
* eir: Move EIR data type defines to eir.hJohan Hedberg2012-01-171-13/+0
* eir: Simplify parsing with clear helper variablesJohan Hedberg2012-01-171-15/+14
* eir: Add Class Of Device parsingJohan Hedberg2012-01-171-0/+6
* eir: Fix modifying field_len when parsingJohan Hedberg2012-01-131-3/+6
* eir: Fix minor whitespace issueJohan Hedberg2012-01-131-1/+1
* eir: Remove unnecessary name_len variableJohan Hedberg2012-01-131-4/+1
* eir: Pass explicit length to g_utf8_validateJohan Hedberg2012-01-131-7/+6
* Fix EIR name parsingBruna Moreira2012-01-121-1/+10
* eir: Add function to check for complete nameJohan Hedberg2011-12-301-0/+25
* Add EIR length parameter to eir_parse()Frédéric Danis2011-10-211-3/+3
* Simplify eir_parse_uuid* functionsFrédéric Danis2011-10-211-22/+14
* Simplify eir_parse functionFrédéric Danis2011-10-201-75/+80
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-0/+1
* Fix leaks and buffer overflows in EIR parsingJohan Hedberg2011-10-141-6/+11
* Allow building with GLib 2.16 for nowMarcel Holtmann2011-07-041-0/+5