GNU Radio's FOOT Package
bluetooth_packet.h File Reference
#include <stdint.h>
#include <string>
#include <cstdio>
#include <boost/enable_shared_from_this.hpp>

Go to the source code of this file.

Classes

class  bluetooth_packet
 

Functions

bluetooth_packet_sptr bluetooth_make_packet (char *stream, int length)
 Return a shared_ptr to a new instance of bluetooth_packet. More...
 
bluetooth_packet_sptr bluetooth_make_packet (char *stream, int length, uint32_t clkn, int channel)
 

Function Documentation

◆ bluetooth_make_packet() [1/2]

bluetooth_packet_sptr bluetooth_make_packet ( char *  stream,
int  length 
)

Return a shared_ptr to a new instance of bluetooth_packet.

◆ bluetooth_make_packet() [2/2]

bluetooth_packet_sptr bluetooth_make_packet ( char *  stream,
int  length,
uint32_t  clkn,
int  channel 
)