I am trying to develop an android application that scan ble(ibeacon) devices and get them advertising data(I am parsing it and get some values like temperature value or beacon name.). But now I need to manipulate this data from android device. Is it possible to manipulate this data from android app? If it is then how? Can anybody help ?
Unfortunately there is no standard API to configure beacons (change the values of the fields they advertise). Some manufacturers provide an API to do this over Bluetooth LE, some to not. You must check with the manufacturer of your beacon to see if they provide a public API to change the beacon configuration, and then you may be able to code an Android app to do this. Whether you can do so and how you do so will be different for each beacon make and model.
For the case of the beacons used in the question above, it appears there is no API available to do this. The sales page below shows that their is an iOS app to configure the beacons, but it does not mention anything about an API that will let you do the same.