From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> --- monitor/filter.example | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 monitor/filter.example diff --git a/monitor/filter.example b/monitor/filter.example new file mode 100644 index 0000000..c47b046 --- /dev/null +++ b/monitor/filter.example @@ -0,0 +1,34 @@ +# +# Example filter file for btmon. +# +# It should be used with the -f option of btmon: +# +# $ btmon -f <filter file> +# +# +# The basic structure of the file is show below, we always need a 'Controller' +# keyword followed by a Bluetooth pattern, wild card is accepted. +# +# Then there is 4 possible configurations you can specify: +# - 'Timestamps' to show timestamps or not +# - 'Show' to selects which protocols to show, any protocol not listed here is +# hided. +# - 'Hide' to hide specific protocols. All the others are shown. 'Show' and +# 'Hide' can't be used together. +# - 'Ignore' to ignore this device in btmon. +# +# The available options for 'Show' and 'Hide' are l2cap, sco and hci. +# +# If more than one rule matches a HCI device the last rule (from the beginning +# to the end of the file) will be used. + +Controller * + Timestamps on + Show l2cap + +Controller 00:11:22:33:44:55 + Timestamps off + Hide sco,hci + +Controller CA:FE:CA:FE:* + Ignore -- 1.7.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html