Searched refs:pairable (Results 1 – 4 of 4) sorted by relevance
10 CRITERIA = 'Controller should become not pairable after timeout'22 - Set pairable23 - Check that adapter is pairable till PairableTimeout and then it24 is not pairable
723 def set_pairable(self, index, pairable): argument733 msg_data = struct.pack('<B', bool(pairable))
409 def set_pairable(self, pairable): argument417 return self._proxy.set_pairable(pairable)
1237 def set_pairable(self, pairable): argument1247 dbus.Boolean(pairable, variant_level=1),