c1da1758ba
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. This is a patched standalone version not requiring bluez-libs, suitable for use with the netbt Bluetooth stack [originating] in NetBSD. -- the sysutils/hcidump package (which this will replace) is a descendent of a previous version of the bluez-hcidump package.
7 lines
403 B
Text
7 lines
403 B
Text
HCIdump reads raw HCI data coming from and going to a Bluetooth device 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.
|
|
|
|
This is a patched standalone version not requiring bluez-libs, suitable
|
|
for use with the netbt Bluetooth stack [originating] in NetBSD.
|