Single Xbee As Transceiver

Hello everyone,
Am building a new home automation project.
last year i have successfully made a plant monitoring system and all credits to arduino and arduino forum.
Now i actually want a plant monitoring system's arduino to send the analog data to another arduino(connected with Bluetooth)
and another arduino (connected with Bluetooth) to send a digital data i.e HIGH or LOW to the plant monitoring system's arduino.
In short i want that both the xbee's should act as a transmitter and even as a receiver.

I hope i am clear with my doubt .

please help me.

thanks in advance
Regards
Parth

In short i want that both the xbee's should act as a transmitter and even as a receiver.

They can, and do.

please help me.

With what?

am sorry am not able to explain my problem
i want help to know weather the xbee can send and receive a data from each other without using arduino.
for example
xbee 1 is equipped with a switch1 and a led1
and xbee 2 is also equipped with a switch2 and a led2.

now can xbee 1 take data of the switch2 connected to xbee 2 and can the same xbee1 send data from switch1 to xbee 2
to trigger the led's?

i want help to know weather the xbee can send and receive a data from each other without using arduino.

Yes, they can. But, if you aren't using an Arduino, you don't have an Arduino question. You should be asking digi,com questions about their XBees.

my whole project is based on arduino.
but i want the xbee's to work independently.
ill give you a short summary of what basically is my project.
The heart of the is having one arduino which is connected with Bluetooth and i've made an android app to control the digital pins on the arduino. and on the other end i am have another arduino which is basically a plant monitoring system.
ill be just modifying my plant's system to send analog data to my main arduino and to receive digital data from my main arduino.
and yes i can make connection between 2 arduino's using wires but i want to make it wireless.

so that's the reason i needed to know how i can use xbeee's here as i don't have TX and RX pins on my main arduino board that is connected with Bluetooth.