Searched refs:is_notifying (Results 1 – 3 of 3) sorted by relevance
856 def is_notifying(self, address, uuid): member in BluetoothDevice865 return self._proxy.is_notifying(address, uuid)
3139 is_notifying = self._wait_for_condition(3140 lambda: self.bluetooth_facade.is_notifying(3145 'is_notifying': is_notifying}3162 lambda: not self.bluetooth_facade.is_notifying(
2032 def is_notifying(self, address, uuid): member in BluetoothDeviceXmlRpcDelegate