gdx_lcp_config_t Struct Reference

LCP Parameter. More...

#include <ble_lcp.h>

Public Attributes

uint8_t mode
 Set protocol mode, see PROTOCOL_MODE. More...
 
int8_t txpwr_dbm
 The value of the tx power(range: -20-7), uint: dBm. More...
 
uint8_t ch_idx
 The value of the channel index(range: 0-39). More...
 
uint32_t freq
 The value of the frequency(range: 2360-2520), uint: MHz. More...
 
uint32_t access_address
 The value of the access address. More...
 
uint32_t crc_init
 The initial value of the crc. More...
 
rx_handler_cb_t rx_handler_cb
 The callback function of rx. More...
 

Detailed Description

LCP Parameter.

Definition at line 75 of file ble_lcp.h.

Member Data Documentation

◆ access_address

uint32_t gdx_lcp_config_t::access_address

The value of the access address.

Definition at line 81 of file ble_lcp.h.

◆ ch_idx

uint8_t gdx_lcp_config_t::ch_idx

The value of the channel index(range: 0-39).

Definition at line 79 of file ble_lcp.h.

◆ crc_init

uint32_t gdx_lcp_config_t::crc_init

The initial value of the crc.

Definition at line 82 of file ble_lcp.h.

◆ freq

uint32_t gdx_lcp_config_t::freq

The value of the frequency(range: 2360-2520), uint: MHz.

Definition at line 80 of file ble_lcp.h.

◆ mode

uint8_t gdx_lcp_config_t::mode

Set protocol mode, see PROTOCOL_MODE.

Definition at line 77 of file ble_lcp.h.

◆ rx_handler_cb

rx_handler_cb_t gdx_lcp_config_t::rx_handler_cb

The callback function of rx.

Definition at line 83 of file ble_lcp.h.

◆ txpwr_dbm

int8_t gdx_lcp_config_t::txpwr_dbm

The value of the tx power(range: -20-7), uint: dBm.

Definition at line 78 of file ble_lcp.h.


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