diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-11-04 17:47:27 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-11-04 17:47:27 +0100 |
commit | 50b0d43e5624eb740cd4c4200a15d00b08ddaf8d (patch) | |
tree | b6c2256bd1eb2da56b0872ef4c4c5cb15545237c /monitor/packet.h | |
parent | dc4eb576b6eba6bce9bc7b82e20ae69878de09a1 (diff) | |
download | bluez-50b0d43e5624eb740cd4c4200a15d00b08ddaf8d.tar.gz |
monitor: Allow filtering on controller index
Diffstat (limited to 'monitor/packet.h')
-rw-r--r-- | monitor/packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/packet.h b/monitor/packet.h index 711e35cac..9a123760d 100644 --- a/monitor/packet.h +++ b/monitor/packet.h @@ -37,6 +37,8 @@ void packet_set_filter(unsigned long filter); void packet_add_filter(unsigned long filter); void packet_del_filter(unsigned long filter); +void packet_select_index(uint16_t index); + void packet_hexdump(const unsigned char *buf, uint16_t len); void packet_control(struct timeval *tv, uint16_t index, uint16_t opcode, |