summaryrefslogtreecommitdiff
path: root/src/eir.c
Commit message (Expand)AuthorAgeFilesLines
* core: Check if device has RSILuiz Augusto von Dentz2023-03-101-0/+3
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-4/+4
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* device: Add implementation of AdvertisingDataLuiz Augusto von Dentz2018-05-021-0/+27
* core/eir: Fix service data parsingLuiz Augusto von Dentz2015-04-171-0/+4
* core/eir: Add support for parsing service dataLuiz Augusto von Dentz2015-04-141-0/+80
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-3/+3
* core: Add Manufacturer Specific Data EIR fieldAlfonso Acosta2014-10-251-0/+22
* eir: Use unsigned int for flags in struct eir_dataSzymon Janc2014-03-221-1/+1
* Replace bt_get_le32() by get_le32()Claudio Takahasi2014-03-211-1/+1
* Replace bt_get_le16() by get_le16()Claudio Takahasi2014-03-211-3/+3
* Replace bt_put_le16() by put_le16()Claudio Takahasi2014-03-141-1/+2
* 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