Searched refs:is_notifying (Results 1 – 3 of 3) sorted by relevance
1470 def is_notifying(self, object_path): member in BluetoothDevice1478 return self._proxy.is_notifying(object_path)
3985 is_notifying = self._wait_for_condition(3986 lambda: self.bluetooth_facade.is_notifying(3991 'is_notifying': is_notifying}4011 lambda: not self.bluetooth_facade.is_notifying(
3248 def is_notifying(self, object_path): member in BluetoothFacadeNative