View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
Turn off bt:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:off
Switch on in discoverable mode:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:discoverable
Switch on in non-discoverable mode:
Code:
run-standalone.sh dbus-send --system --type=method_call --dest=org.bluez /org/bluez/hci0 org.bluez.Adapter.SetMode string:connectable
Thanks to vabgeo.

Last edited by qwerty12; 2009-04-05 at 21:45.
 

The Following 12 Users Say Thank You to qwerty12 For This Useful Post: