summaryrefslogtreecommitdiff
path: root/monitor/lmp.c
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Inclusive language changesArchie Pusaka2021-09-211-1/+1
| | | | | | | | BT core spec 5.3 promotes the usage of inclusive languages. This CL replaces some terms with the more appropriate counterparts, such as "central", "peripheral", "link key", and "accept list" Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* monitor: Make --analyze print address OUILuiz Augusto von Dentz2021-08-091-1/+1
| | | | | This makes analyze.c use packet_print_addr which does take care of decoding OUI portion of the address.
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 47 License: LGPL-2.1-or-later monitor/bt.h monitor/hcidump.h monitor/avdtp.h monitor/crc.c monitor/sdp.c monitor/hwdb.c monitor/intel.h monitor/avctp.c monitor/control.h monitor/display.c monitor/a2dp.c monitor/ll.c monitor/ll.h monitor/jlink.h monitor/broadcom.h monitor/lmp.c monitor/keys.c monitor/ellisys.c monitor/main.c monitor/ellisys.h monitor/hwdb.h monitor/display.h monitor/jlink.c monitor/rfcomm.h monitor/packet.c monitor/crc.h monitor/keys.h monitor/sdp.h monitor/rfcomm.c monitor/avdtp.c monitor/a2dp.h monitor/avctp.h monitor/vendor.h monitor/hcidump.c monitor/intel.c monitor/tty.h monitor/control.c monitor/lmp.h monitor/analyze.c monitor/bnep.c monitor/l2cap.c monitor/vendor.c monitor/packet.h monitor/broadcom.c monitor/analyze.h monitor/l2cap.h monitor/bnep.h
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* monitor: Add LMP PDUs for Bluetooth 5.0Marcel Holtmann2017-01-301-0/+3
|
* monitor: Check length when decoding extended LMP opcodesMarcel Holtmann2015-10-201-0/+5
|
* monitor: Add support for decoding LMP clock offset responseMarcel Holtmann2015-10-091-1/+8
|
* monitor: Add support for decoding LMP switch requestMarcel Holtmann2015-10-081-1/+8
|
* monitor: Add support for decoding LMP slot offset transactionMarcel Holtmann2015-10-081-1/+9
|
* monitor: Decode LMP preferred rate indicationMarcel Holtmann2015-10-071-1/+62
|
* monitor: Decode the LMP name request procedureMarcel Holtmann2015-10-071-2/+23
|
* monitor: Print LMP master vs slave transaction identificationMarcel Holtmann2015-10-071-2/+7
|
* monitor: Allow padded LMP messages from diagnostic channelMarcel Holtmann2015-10-071-2/+2
|
* monitor: Fix typo with LMP channel classification parameterMarcel Holtmann2015-10-071-1/+1
|
* monitor: Update copyright and license detailsMarcel Holtmann2014-02-111-11/+11
|
* monitor: Remove two unneeded includesMarcel Holtmann2014-01-101-2/+0
|
* monitor: Use generic utility macros for endian conversionMarcel Holtmann2014-01-101-5/+6
|
* monitor: Add decoding of LMP operations with empty PDUMarcel Holtmann2014-01-081-14/+70
|
* monitor: Add support for LMP pairing and encryption setup decodingMarcel Holtmann2014-01-081-15/+207
|
* monitor: Decode LMP power control, timing and slot operationsMarcel Holtmann2014-01-081-8/+166
|
* monitor: Decode LMP AFH and packet type table operationsMarcel Holtmann2014-01-081-3/+50
|
* monitor: Print descriptive LMP and LL error codesMarcel Holtmann2014-01-081-3/+14
|
* monitor: Add todo helper for missing LMP operationsMarcel Holtmann2014-01-081-0/+14
|
* monitor: Decode LMP accepted and not accepted PDUsMarcel Holtmann2014-01-071-6/+82
|
* monitor: Decode LMP features and version informationMarcel Holtmann2014-01-071-34/+85
|
* monitor: Add support for LMP decodingMarcel Holtmann2013-08-231-0/+215