When I\'m trying to get default bluetooth adapter while i\'m NOT in Activity, but in TimerTask (created inside Service) by using:
TimerTask
Service
B
Hi Kocus there is no any method called getDefault() in BluetoothAdapter calss . It should be BluetoothAdapter.getDefaultAdapter();
getDefault()
BluetoothAdapter calss
BluetoothAdapter.getDefaultAdapter();
follow this link for more information.