26#ifndef INCLUDED_BLUETOOTH_GR_BLUETOOTH_MULTI_HOPPER_IMPL_H
27#define INCLUDED_BLUETOOTH_GR_BLUETOOTH_MULTI_HOPPER_IMPL_H
55 void hopalong(gr_vector_const_void_star &input_items,
char *symbols,
56 uint32_t clkn,
int noutput_items);
61 unsigned char d_ether_addr[ETH_ALEN];
62 static const unsigned short ETHER_TYPE = 0xFFF0;
65 multi_hopper_impl(
double sample_rate,
double center_freq,
double squelch_threshold,
int LAP,
bool aliased,
bool tun);
69 int work(
int noutput_items,
70 gr_vector_const_void_star &input_items,
71 gr_vector_void_star &output_items);
std::shared_ptr< basic_rate_piconet > sptr
Definition piconet.h:70
multi_hopper_impl(double sample_rate, double center_freq, double squelch_threshold, int LAP, bool aliased, bool tun)
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Sniff Bluetooth packets.
Definition multi_hopper.h:41
Definition multi_block.h:34
Definition multi_block.h:33