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