[android-developers] Re: How to get the connection state of the Bluetooth Low Energy Profile?

2012-10-24 Thread Abhishek Kumar Gupta
Hi Bob, thanks for the reply. But public int *getProfileConnectionState* (int profile) is for Bluetooth Classic Devices only, not for Bluetooth Low Energy Devices. On Tuesday, 23 October 2012 18:18:08 UTC+5:30, Abhishek Kumar Gupta wrote: I want to know the connection state of the Bluetooth

[android-developers] Re: How to get the connection state of the Bluetooth Low Energy Profile?

2012-10-23 Thread bob
Sounds like you will want to call this function: public int *getProfileConnectionState* (int profile) in this class: android.bluetooth.BluetoothAdapter On Tuesday, October 23, 2012 7:48:08 AM UTC-5, Abhishek Kumar Gupta wrote: I want to know the connection state of the Bluetooth Low Energy