Searched refs:has_device (Results 1 – 5 of 5) sorted by relevance
687 has_device = self.bluetooth_facade.has_device689 if has_device(device_address):695 condition=(lambda: has_device(device_address)),739 has_device = False741 if self.bluetooth_facade.has_device(device_address):742 has_device = True755 self.results = {'has_device': has_device, 'paired': paired}833 has_device = False835 if self.bluetooth_facade.has_device(device_address):836 has_device = True[all …]
437 def has_device(self, address): member in BluetoothDevice446 return self._proxy.has_device(address)
59 return bt_adapter.has_device(target_mac_address)
129 if (!has_device ()) return; in apply_value()186 inline bool has_device (void) const { in has_device() function194 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()204 if (!has_device ()) return_trace (true); in sanitize_values()220 if (!has_device ()) return_trace (true); in sanitize_values_stride_unsafe()
746 def has_device(self, address): member in BluetoothDeviceXmlRpcDelegate