View Single Post
Old 01-13-2023, 07:40 PM   #930
akadaedalus
Enthusiast
akadaedalus began at the beginning.
 
Posts: 43
Karma: 10
Join Date: Jun 2008
Device: Kobo Libra 2, Sony PRS-500
Looks like bluetooth toggle might be using /dev/ntx_io. I'm not sure the best way to monkey with ioctl here.

From strace.

Code:
                                                                                   
open("/dev/ntx_io", O_RDWR)             = 55                                                                                          
ioctl(55, _IOC(_IOC_NONE, 0, 0x7e, 0), 0x1) = 0                                                                                       
close(55)                               = 0
akadaedalus is offline   Reply With Quote