Home
last modified time | relevance | path

Searched refs:string_to_properties (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/bumble/
Dgatt.py298 def string_to_properties(properties_str: str): member in Characteristic
316 self.properties = Characteristic.string_to_properties(properties)
/external/python/bumble/tests/
Dgatt_test.py815 assert Characteristic.string_to_properties("BROADCAST") == Characteristic.BROADCAST
819 Characteristic.string_to_properties("BROADCAST,READ")
823 Characteristic.string_to_properties("READ,BROADCAST")