I find this function. tx
void ble_send(uint8_t * data, uint8_t length) { ble_nus_send_string(&m_nus, data,length);
}
ble_send(&data_array[0],10);
but I don't find Rx Function
Rx Function defined ble_nus.c
I don't know how do I use Rx Function.....