Searched refs:get_adapter_properties (Results 1 – 9 of 9) sorted by relevance
48 properties = self.get_adapter_properties()124 properties = self.get_adapter_properties()207 properties = self.get_adapter_properties()228 properties = self.get_adapter_properties()232 def get_adapter_properties(self): member in BluetoothDevice258 return json.loads(self._proxy.get_adapter_properties())415 return self.get_adapter_properties().get('Discovering') == 1
24 bluez_properties = self.device.get_adapter_properties()52 bluez_properties = self.device.get_adapter_properties()
117 bluez_properties = self.device.get_adapter_properties()162 bluez_properties = self.device.get_adapter_properties()271 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()
558 def get_adapter_properties(self): member in BluetoothDeviceXmlRpcDelegate