SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_dis_reg_cert_data_list_t Struct Reference

ble_dis_reg_cert_data_list_t Struct Reference
[Device Information Service]

IEEE 11073-20601 Regulatory Certification Data List Structure. More...

#include <ble_dis.h>

Data Fields

uint8_t * p_list
 Pointer the byte array containing the encoded opaque structure based on IEEE 11073-20601 specification.
uint8_t list_len
 Length of the byte array.

Detailed Description

IEEE 11073-20601 Regulatory Certification Data List Structure.

Definition at line 47 of file ble_dis.h.


Field Documentation

uint8_t list_len

Length of the byte array.

Definition at line 50 of file ble_dis.h.

uint8_t* p_list

Pointer the byte array containing the encoded opaque structure based on IEEE 11073-20601 specification.

Definition at line 49 of file ble_dis.h.