nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ser_phy_hci_pkt_params_t Struct Reference

A struct representing a PHY HCI packet. More...

#include <ser_phy_hci.h>

Data Fields

uint8_t * p_buffer
 
uint16_t num_of_bytes
 

Detailed Description

A struct representing a PHY HCI packet.

Field Documentation

uint16_t ser_phy_hci_pkt_params_t::num_of_bytes

Length of a packet in octets.

uint8_t* ser_phy_hci_pkt_params_t::p_buffer

Pointer to a buffer containing a packet.