ble_hci_rx_channel_t Struct Reference

BLE HCI RX Channel (Host send packet to controller). More...

#include <ble.h>

Public Attributes

uint8_t * p_channel
 
uint16_t cache_size
 

Detailed Description

BLE HCI RX Channel (Host send packet to controller).

Definition at line 146 of file ble.h.

Member Data Documentation

◆ cache_size

uint16_t ble_hci_rx_channel_t::cache_size

Size of the cache buffer.

Definition at line 149 of file ble.h.

◆ p_channel

uint8_t* ble_hci_rx_channel_t::p_channel

Pointer to buffer for controller receive cache.

Definition at line 148 of file ble.h.


The documentation for this struct was generated from the following file: