I am developing an android application (keyboard driver) in which first I am connecting Bluetooth keyboard with android device , after successful connection in my Inputmethod s
In your EditText (or wherever appropriate) use the attribute:
android:inputType="textCapCharacters"
to capitalize all letters by default. Read inputType for its other features.