This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: How to set IEEE 11073-20601 Regulatory Certification Data List ?

Part Number: CC2640

Hello,

I'm preparing for Continua certification for our glucose meter.

First, what does mean of the Regulatory Certification Data List?

Second, Can I just write it into DIS characteristic with the specific format? 

Or should I consider your ble stack meets the IEEE 11073-20601 specification?

Thanks,

Calvin

  • Hi,
    I am not familiar with the Continua certification, what does it mandate?
  • Hi, I think below structure in devinfoservice.c has to be changed with body type of DEVINFO_11073_BODY_IEEE or DEVINFO_11073_BODY_CONTINUA and also other array elements with specific data format to pass a test of Continua certification.
    Could you provide example of it?

    static uint8 defaultDevInfo11073Cert[] =
    {
    DEVINFO_11073_BODY_EXP, // authoritative body type
    0x00, // authoritative body structure type
    // authoritative body data follows below:
    'e', 'x', 'p', 'e', 'r', 'i', 'm', 'e', 'n', 't', 'a', 'l'
    };

    Thanks,
    Calvin
  • Hi.
    I see. Unfortunately, we do not have any sample code for that. I suppose that data is being given upon Continua certification? (which we do not have). I believe this is something customers must do themselves.