Searched refs:string_to_properties (Results 1 – 2 of 2) sorted by relevance
298 def string_to_properties(properties_str: str): member in Characteristic316 self.properties = Characteristic.string_to_properties(properties)
815 assert Characteristic.string_to_properties("BROADCAST") == Characteristic.BROADCAST819 Characteristic.string_to_properties("BROADCAST,READ")823 Characteristic.string_to_properties("READ,BROADCAST")