#include <packet.h>
| Enumerator |
|---|
| UNKNOWN |
|
| CLASSIC |
|
| LOW_ENERGY |
|
| NUM_BTAF |
|
| gr::bluetooth::packet::packet |
( |
| ) |
|
|
inline |
| gr::bluetooth::packet::packet |
( |
char * |
stream, |
|
|
int |
length, |
|
|
double |
freq = 0.0 |
|
) |
| |
| virtual gr::bluetooth::packet::~packet |
( |
| ) |
|
|
inlinevirtual |
| static uint16_t gr::bluetooth::packet::air_to_host16 |
( |
char * |
air_order, |
|
|
int |
bits |
|
) |
| |
|
static |
| static uint32_t gr::bluetooth::packet::air_to_host32 |
( |
char * |
air_order, |
|
|
int |
bits |
|
) |
| |
|
static |
| static uint8_t gr::bluetooth::packet::air_to_host8 |
( |
char * |
air_order, |
|
|
int |
bits |
|
) |
| |
|
static |
| static void gr::bluetooth::packet::convert_to_grformat |
( |
uint8_t |
input, |
|
|
uint8_t * |
output |
|
) |
| |
|
static |
| void gr::bluetooth::packet::decode |
( |
| ) |
|
| virtual bool gr::bluetooth::packet::decode_header |
( |
| ) |
|
|
pure virtual |
| virtual void gr::bluetooth::packet::decode_payload |
( |
| ) |
|
|
pure virtual |
| virtual int gr::bluetooth::packet::get_channel |
( |
| ) |
|
|
pure virtual |
| int gr::bluetooth::packet::get_payload_length |
( |
| ) |
|
| int gr::bluetooth::packet::get_type |
( |
| ) |
|
| bool gr::bluetooth::packet::get_whitened |
( |
| ) |
|
| bool gr::bluetooth::packet::got_payload |
( |
| ) |
|
| virtual bool gr::bluetooth::packet::header_present |
( |
| ) |
|
|
pure virtual |
| static void gr::bluetooth::packet::host_to_air |
( |
uint8_t |
host_order, |
|
|
char * |
air_order, |
|
|
int |
bits |
|
) |
| |
|
static |
| virtual void gr::bluetooth::packet::print |
( |
| ) |
|
|
pure virtual |
| static uint8_t gr::bluetooth::packet::reverse |
( |
char |
byte | ) |
|
|
static |
| void gr::bluetooth::packet::set_whitened |
( |
bool |
whitened | ) |
|
| static int gr::bluetooth::packet::sniff_packet |
( |
char * |
stream, |
|
|
int |
stream_length, |
|
|
double |
freq, |
|
|
air_format & |
fmt |
|
) |
| |
|
static |
| virtual char* gr::bluetooth::packet::tun_format |
( |
| ) |
|
|
pure virtual |
| const uint8_t gr::bluetooth::packet::WHITENING_DATA[127] |
|
static |
The documentation for this class was generated from the following file: