Searched refs:get_adapter_properties (Results 1 – 9 of 9) sorted by relevance
45 properties = self.get_adapter_properties()121 properties = self.get_adapter_properties()204 properties = self.get_adapter_properties()225 properties = self.get_adapter_properties()229 def get_adapter_properties(self): member in BluetoothDevice255 return json.loads(self._proxy.get_adapter_properties())401 return self.get_adapter_properties().get('Discovering') == 1
24 bluez_properties = self.device.get_adapter_properties()52 bluez_properties = self.device.get_adapter_properties()
98 bluez_properties = self.device.get_adapter_properties()143 bluez_properties = self.device.get_adapter_properties()240 bluez_properties = self.device.get_adapter_properties()
66 self.adapter = self.device.get_adapter_properties()
81 self.adapter = self.device.get_adapter_properties()
172 self.adapter = self.device.get_adapter_properties()
425 self.adapter = self.device.get_adapter_properties()
452 self.adapter = self.device.get_adapter_properties()
527 def get_adapter_properties(self): member in BluetoothDeviceXmlRpcDelegate