summaryrefslogtreecommitdiff
path: root/src/eir.h
Commit message (Expand)AuthorAgeFilesLines
* core: Check if device has RSILuiz Augusto von Dentz2023-03-101-0/+2
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* device: Add implementation of AdvertisingDataLuiz Augusto von Dentz2018-05-021-0/+8
* core/eir: Add support for parsing service dataLuiz Augusto von Dentz2015-04-141-0/+8
* shared/ad: implement bt_ad_generateMichael Janssen2015-04-071-0/+12
* core: Add Manufacturer Specific Data EIR fieldAlfonso Acosta2014-10-251-0/+10
* core: Move EIR flags definitions to eir.hSzymon Janc2014-03-241-0/+9
* eir: Use unsigned int for flags in struct eir_dataSzymon Janc2014-03-221-1/+1
* eir: Add support for parsing DeviceID infoSzymon Janc2014-01-181-0/+4
* eir: Prefer bool over gbooleanJohan Hedberg2014-01-171-1/+1
* core: Remove useless eir parsing function return valueAndrei Emeltchenko2013-12-101-1/+1
* core: Parse the TX power level from EIR dataMarcel Holtmann2013-01-271-0/+1
* 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-1/+1
* core: Remove unused eir functionsJohan Hedberg2012-12-141-6/+0
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-1/+1
* eir: Add support for creating proper OOB EIRSzymon Janc2012-10-031-1/+1
* eir: Remove struct uuid_infoSzymon Janc2012-10-031-6/+1
* eir: Return number of bytes written by eir_create_oobSzymon Janc2012-10-031-1/+1
* eir: Remove support for creating EIR with tx_power fieldsSzymon Janc2012-10-031-1/+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/+1
* eir: Add support creating EIR with hash and randomizer fieldsSzymon Janc2012-10-031-3/+5
* eir: Add eir_parse_oob functionSzymon Janc2012-10-031-0/+2
* eir: Store class in struct eir_data as uint32_tSzymon Janc2012-10-031-1/+1
* eir: Add support for parsing SSP hash and randomizerSzymon Janc2012-10-031-0/+4
* eir: Read GAP appearance from advertising dataBruna Moreira2012-03-301-0/+2
* Add support for setting VID source in DeviceID from config fileSzymon Janc2012-03-281-1/+1
* eir: Add eir_length() functionJohan Hedberg2012-01-181-0/+1
* eir: Add eir_append_data functionJohan Hedberg2012-01-171-0/+3
* eir: Rename eir_has_complete_name to eir_has_data_typeJohan Hedberg2012-01-171-1/+1
* eir: Move EIR data type defines to eir.hJohan Hedberg2012-01-171-0/+13
* eir: Add Class Of Device parsingJohan Hedberg2012-01-171-0/+1
* eir: Add function to check for complete nameJohan Hedberg2011-12-301-0/+2
* Add EIR length parameter to eir_parse()Frédéric Danis2011-10-211-1/+1
* Drop variable EIR lengthBruna Moreira2011-05-181-1/+1
* Replace EIR_DATA_LENGTH with HCI_MAX_EIR_LENGTHBruna Moreira2011-05-181-2/+0
* Fix memory leak of EIR dataClaudio Takahasi2011-05-181-0/+1
* Move EIR related functions to a new fileClaudio Takahasi2011-05-171-0/+42