summaryrefslogtreecommitdiff
path: root/src/eir.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2011-06-301-2/+1
* Drop variable EIR lengthBruna Moreira2011-05-181-4/+4
* Replace EIR_DATA_LENGTH with HCI_MAX_EIR_LENGTHBruna Moreira2011-05-181-4/+5
* Fix memory leak of EIR dataClaudio Takahasi2011-05-181-0/+7
* Move EIR related functions to a new fileClaudio Takahasi2011-05-171-0/+320