boolean isConntected = BluetoothAdapter.getDefaultAdapter().getProfileConnectionState(BluetoothProfile.HEADSET) == BluetoothProfile.STATE_CONNECTED;
hands free 옵션이 없으면 false가 나온다.
그래서 내 젠하이저 px210bt는 false가 나오고, LG HBS-800은 true가 나온다.
<uses-permission android:name="android.permission.BLUETOOTH" />