summaryrefslogtreecommitdiff
path: root/monitor/ll.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Inclusive language changesArchie Pusaka2021-09-211-28/+32
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* monitor: Add decoding of ISO related Link Layer PDUsLuiz Augusto von Dentz2020-02-031-0/+100
* monitor: Decode LL_CLOCK_ACCURACY_*Luiz Augusto von Dentz2019-03-071-0/+9
* monitor: Decode LL_PERIODIC_SYNC_INDLuiz Augusto von Dentz2019-03-071-0/+25
* monitor: Decode LL_CTE_*Luiz Augusto von Dentz2019-03-071-0/+22
* monitor: Add decoding support for LL_MIN_USED_CHANNELSLuiz Augusto von Dentz2019-03-071-1/+16
* monitor: Add decoding support for LL_PHY_UPDATE_INDLuiz Augusto von Dentz2019-03-071-1/+23
* monitor: Add decoding support for LL_PHY_*Luiz Augusto von Dentz2019-03-071-2/+29
* monitor: Add decoding support for LL_LENGTH_*Luiz Augusto von Dentz2019-03-071-2/+12
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* monitor: Add link layer control PDUs for Bluetooth 5.0Marcel Holtmann2017-01-291-0/+4
* monitor: Add the missing LL opcodes for Bluetooth 4.1 and 4.2 featuresMarcel Holtmann2015-10-171-16/+37
* monitor: Allow padded LL messages from diagnostic channelMarcel Holtmann2015-10-071-6/+6
* monitor: Update copyright and license detailsMarcel Holtmann2014-02-111-11/+11
* monitor: Remove two unneeded includesMarcel Holtmann2014-01-101-2/+1
* monitor: Use generic utility macros for endian conversionMarcel Holtmann2014-01-101-15/+16
* monitor: Print descriptive LMP and LL error codesMarcel Holtmann2014-01-081-2/+2
* monitor: Add support for handling LE Ping featureMarcel Holtmann2013-12-061-0/+2
* monitor: Add translation of Bluetooth version informationMarcel Holtmann2013-10-051-1/+2
* monitor: Decode missing fields of link layer connect requestMarcel Holtmann2013-08-251-2/+38
* monitor: Add complete decoding of LL control PDUsMarcel Holtmann2013-08-251-14/+116
* monitor: Overwrite existing link layer access addressesMarcel Holtmann2013-08-251-1/+2
* monitor: Add support for decoding link layer packetsMarcel Holtmann2013-08-231-1/+375
* monitor: Add stub for link layer decodingMarcel Holtmann2013-08-201-0/+35