summaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)AuthorFilesLines
2014-01-16monitor: Add mcc structs and types to rfcomm.hMarcin Kraglak1-0/+32
2014-01-16monitor: Add rfcomm.h to treeMarcin Kraglak1-0/+47
2014-01-14monitor: Print vendor command status and complete as VendorMarcel Holtmann1-4/+14
2014-01-14monitor: Print status for unknown command complete eventsMarcel Holtmann1-4/+2
2014-01-14monitor: Print status only command complete for unknown commandsMarcel Holtmann1-0/+7
2014-01-14monitor: Print vendor commands as Vendor and not as UnknownMarcel Holtmann1-2/+7
2014-01-13monitor: Add definitions for IO capability request command completionJohan Hedberg1-0/+8
2014-01-13monitor: Add defines for SSP user confirmation command completionJohan Hedberg1-0/+8
2014-01-12monitor: Add opcode for Read Local Supported Codecs commandMarcel Holtmann1-0/+2
2014-01-11monitor: Show secure connections settings flagMarcel Holtmann1-1/+1
2014-01-10monitor: Remove two unneeded includesMarcel Holtmann2-4/+1
2014-01-10monitor: Use generic utility macros for endian conversionMarcel Holtmann5-209/+242
2014-01-10monitor: Make use of generic endian conversion macrosMarcel Holtmann1-5/+0
2014-01-08monitor: Add decoding of LMP operations with empty PDUMarcel Holtmann2-14/+98
2014-01-08monitor: Add support for LMP pairing and encryption setup decodingMarcel Holtmann4-15/+301
2014-01-08monitor: Add define for HCI Authentication Failure error codeJohan Hedberg1-0/+1
2014-01-08monitor: Add define for Link Key Request Reply responseJohan Hedberg1-0/+4
2014-01-08monitor: Add definition for PIN or Key Missing HCI error codeJohan Hedberg1-0/+1
2014-01-08monitor: Add definition for PIN code request negative replyJohan Hedberg1-0/+4
2014-01-08monitor: Add define for link key request negative reply responseJohan Hedberg1-0/+4
2014-01-08monitor: Decode LMP power control, timing and slot operationsMarcel Holtmann2-8/+202
2014-01-08monitor: Decode LMP AFH and packet type table operationsMarcel Holtmann4-3/+70
2014-01-08monitor: Print descriptive LMP and LL error codesMarcel Holtmann5-5/+29
2014-01-08monitor: Add todo helper for missing LMP operationsMarcel Holtmann3-0/+18
2014-01-07monitor: Decode LMP accepted and not accepted PDUsMarcel Holtmann2-6/+106
2014-01-07monitor: Decode LMP features and version informationMarcel Holtmann2-34/+125
2014-01-07monitor: Export function to print LMP featuresMarcel Holtmann2-0/+6
2014-01-07btmon: Fix compiler warningsAndrei Emeltchenko1-0/+1
2014-01-06monitor: Show controller type on analyzer summaryMarcel Holtmann1-1/+14
2014-01-06monitor: Count number of commands, events and data packetsMarcel Holtmann1-18/+115
2014-01-06monitor: Add initial support for analyzing btsnoop tracesMarcel Holtmann3-2/+260
2014-01-06monitor: Move new index opcode structure into btsnoop headerMarcel Holtmann2-14/+12
2014-01-03monitor: Handle multipe event types in a single advertising reportMarcel Holtmann1-2/+7
2014-01-03monitor: Add support for Ellisys HCI InjectionMarcel Holtmann4-2/+213
2014-01-03btmon: Fix memory leakAndrei Emeltchenko1-2/+4
2013-12-31monitor: Add support for decoding set triggered clock capture commandMarcel Holtmann2-17/+64
2013-12-30monitor: Add structure for SCO packetsMarcel Holtmann1-3/+8
2013-12-29monitor: Clearly mark supported command bits that are unknownMarcel Holtmann1-1/+7
2013-12-29monitor: Decode detailed AFH channel listMarcel Holtmann1-1/+22
2013-12-29monitor: Decode eSCO/SCO and ACL/CSB packet typesMarcel Holtmann1-0/+69
2013-12-29monitor: Separate SCO/eSCO packet types from ACL/CSB packet typesMarcel Holtmann1-3/+8
2013-12-29monitor: Decode voice setting bit valuesMarcel Holtmann1-0/+69
2013-12-28monitor: Fix output of hash and randomizerMarcel Holtmann1-20/+30
2013-12-26monitor: Command Complete events with just status are validMarcel Holtmann1-0/+7
2013-12-26monitor: Fix small struct indentation issueMarcel Holtmann1-2/+2
2013-12-23monitor: Check that manufacturer part of address is setMarcel Holtmann1-0/+3
2013-12-23monitor: Decode OUI company information from addressesMarcel Holtmann3-14/+73
2013-12-23monitor: Decode vendor and product information from Device IDMarcel Holtmann3-7/+141
2013-12-23monitor: Decode version information from Device IDMarcel Holtmann1-2/+8
2013-12-22monitor: Add support for decoding inquiry response notificationMarcel Holtmann2-1/+16