At s120,i used the following code to send data (to s110)
if( ( wIndicationFlag_Get() == true ) && ( wConfirmFlag_Get() == true ) )
{
//APPL_LOG("Write Data\r\n");
pSend_aray = Load_data();
ble_gip_c_bl_write(&m_ble_bas_c,pSend_aray);
}
At s130,how to send data(to s110)?Is have a example code? thanks.