nRF5 SDK v17.1.0
Data Fields
nrf_ble_cgms_racp_t Struct Reference

Record Access Control Point transaction data. More...

#include <nrf_ble_cgms.h>

Data Fields

uint8_t racp_proc_operator
 
uint16_t racp_proc_record_ndx
 
uint16_t racp_proc_records_ndx_last_to_send
 
uint16_t racp_proc_records_reported
 
ble_racp_value_t racp_request
 
ble_racp_value_t pending_racp_response
 
bool racp_procesing_active
 
uint8_t pending_racp_response_operand [2]
 

Detailed Description

Record Access Control Point transaction data.

Field Documentation

ble_racp_value_t nrf_ble_cgms_racp_t::pending_racp_response

RACP response to be sent.

uint8_t nrf_ble_cgms_racp_t::pending_racp_response_operand[2]

Operand of the RACP response to be sent.

uint8_t nrf_ble_cgms_racp_t::racp_proc_operator

Operator of the current request.

uint16_t nrf_ble_cgms_racp_t::racp_proc_record_ndx

Current record index.

uint16_t nrf_ble_cgms_racp_t::racp_proc_records_ndx_last_to_send

The last record to send, can be used together with racp_proc_record_ndx to determine a range of records to send. (used by greater/less filters).

uint16_t nrf_ble_cgms_racp_t::racp_proc_records_reported

Number of reported records.

bool nrf_ble_cgms_racp_t::racp_procesing_active

RACP processing active.

ble_racp_value_t nrf_ble_cgms_racp_t::racp_request

RACP procedure that has been requested from the peer.


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

Documentation feedback | Developer Zone | Subscribe | Updated