View Single Post
Posts: 635 | Thanked: 1,535 times | Joined on Feb 2014 @ Germany
#174
Please enable bluetooth on the nexus and check the value of /proc/bluetooth/sleep/lpm

Code:
cat /proc/bluetooth/sleep/lpm
if the value is 1 please change it to 0 with
Code:
devel-su echo "0" > /proc/bluetooth/sleep/lpm
And check if bluetooth is working.

Last edited by mautz; 2017-10-07 at 08:05.
 

The Following 2 Users Say Thank You to mautz For This Useful Post: