Home | History | Annotate | Download | only in test

Lines Matching refs:headset

55 	headset = dbus.Interface(bus.get_object("org.bluez", device),
56 "org.bluez.Headset")
57 headset.Connect()
65 headset = dbus.Interface(bus.get_object("org.bluez", device),
66 "org.bluez.Headset")
67 headset.Disconnect()
75 headset = dbus.Interface(bus.get_object("org.bluez", device),
76 "org.bluez.Headset")
78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
80 props = headset.GetProperties()
90 headset = dbus.Interface(bus.get_object("org.bluez", device),
91 "org.bluez.Headset")
93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
95 props = headset.GetProperties()
105 headset = dbus.Interface(bus.get_object("org.bluez", device),
106 "org.bluez.Headset")
107 headset.Play()
116 headset = dbus.Interface(bus.get_object("org.bluez", device),
117 "org.bluez.Headset")
118 headset.Stop()