CGM Simulator
0.1.3
A CGM simulator to demonstrate the BLE CGM profile v1.1
|
The container for receiving CGMCP data message from the CGM service layer. More...
Data Fields | |
osal_event_hdr_t | hdr |
MSG_EVENT and status from the CGM service layer. More... | |
uint8 | len |
The length of the data being passed. More... | |
uint8 | data [CGM_CTL_PNT_MAX_SIZE] |
The value of the data being passed. More... | |
The container for receiving CGMCP data message from the CGM service layer.
uint8 cgmCtlPntMsg_t::data[CGM_CTL_PNT_MAX_SIZE] |
The value of the data being passed.
osal_event_hdr_t cgmCtlPntMsg_t::hdr |
MSG_EVENT and status from the CGM service layer.
uint8 cgmCtlPntMsg_t::len |
The length of the data being passed.