My problem is that i am not able to find the class of device and device services of my own bluetooth device. Though i am able to find the Connection State, MAC address and other info using the
BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
I even tried accessing the Bluetooth folder in sys>devices>virtual path but this folder is not located in every device.
Could there be any way to fetch the bluetooth info by accessing the proc file system, if yes please help.
It is really strange that i am able to the bluetooth class of remote devices by fetching the
btAdapter.getBondedDevices();//Retruns the set of BluetoothDevice class
but i am not able to get device class of default(own) bluetooth.