This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to send entire array over ble

Hi, 

Is it possible to send entire array over ble? 

Char *data100];

For (I=0, I<100, I++)

{

Data[i] =timestamp_data;

Ble_nus_data_send(&m_nus, &data,size of (data), m_conn_handle);

}

Is this format correct??? 

Parents Reply Children
Related