nRF5 SDK v12.1.0
Data Fields
ble_socp_rsp_t Struct Reference

Specific Operation Control Point response structure. More...

#include <nrf_ble_cgms.h>

Data Fields

uint8_t opcode
 
uint8_t req_opcode
 
uint8_t rsp_code
 
uint8_t resp_val [((BLE_L2CAP_MTU_DEF-1-2)-2)]
 
uint8_t size_val
 

Detailed Description

Specific Operation Control Point response structure.

Field Documentation

uint8_t ble_socp_rsp_t::opcode

Opcode describing the response.

uint8_t ble_socp_rsp_t::req_opcode

The original opcode for the request to which this response belongs.

uint8_t ble_socp_rsp_t::resp_val[((BLE_L2CAP_MTU_DEF-1-2)-2)]

Array containing the response value.

uint8_t ble_socp_rsp_t::rsp_code

Response code.

uint8_t ble_socp_rsp_t::size_val

Length of the response value.


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

Documentation feedback | Developer Zone | Subscribe | Updated