24 March 2012

list of bluetooth states


(Note for myself,due fact that i keep forgeting bt states.)
List of possible state of wifi in Android.

BluetoothAdapter.STATE_OFF ( local Bluetooth adapter is off.)
BluetoothAdapter.STATE_ON ( local Bluetooth adapter is on, and ready for use.)
BluetoothAdapter.STATE_TURNING_OFF ( local Bluetooth adapter is turning off.)
BluetoothAdapter.STATE_TURNING_ON (local Bluetooth adapter is turning on.)

source: http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html

No comments:

Post a Comment