hcidump - Parse HCI data
hcidump [-h] hcidump [option [option...]] [filter]
hcidump reads raw HCI data coming from and going to a Bluetooth device (which can be specified with the option -i, default is the first available one) and prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment.
-h Prints usage info and exits -i <hciX> Data is read from hciX, which must be the name of an installed Bluetooth device. If not specified, and if -r option is not set, data is read from the first available Bluetooth device. -l <len>, --snap-len=<len> Sets max length of processed packets to len. -p <psm>, --psm=<psm> Sets default Protocol Service Multiplexer to psm. -m <compid>, --manufacturer=<compid> Sets default company id for manufacturer to compid. -w <file>, --save-dump=<file> Parse output is not printed to screen, instead data read from device is saved in file file. The saved dump file can be subsequently parsed with option -r. -r <file>, --read-dump=<file> Data is not read from a Bluetooth device, but from file file. file is created with option -t, --timestamp Prepend a time stamp to every packet. -a, --ascii For every packet, not only is the packet type displayed, but also all data in ASCII. -x, --hex For every packet, not only is the packet type displayed, but also all data in hex. -X, --ext For every packet, not only is the packet type displayed, but also all data in hex and ASCII. -R, --raw For every packet, only the raw data is displayed. -C, --cmtp=<psm> Sets the PSM value for the CAPI Message Transport Protocol. -H, --hcrp=<psm> Sets the PSM value for the Hardcopy Control Channel. -O, --obex=<channel> Sets the RFCOMM channel value for the Object Exchange Protocol. -P, --ppp=<channel> Sets the RFCOMM channel value for the Point-to-Point Protocol. -D, --pppdump=<file> Extract PPP traffic with pppdump format. -A, --audio=<file> Extract SCO audio data. -Y, --novendor Don't display any vendor commands or events and don't show any pin code or link key in plain text.
filter is a space-separated list of packet categories: available categories are lmp, hci, sco, l2cap, rfcomm, sdp, bnep, cmtp, hidp, hcrp, avdtp, avctp, obex, capi and ppp. If filters are used, only packets belonging to the specified categories are dumped. By default, all packets are dumped.
Written by Maxim Krasnyansky <maxk@qualcomm.com> and Marcel Holtmann <marcel@holtmann.org> man page by Fabrizio Gennari <fabrizio.gennari@philips.com>
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.