Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py453 GLib.Variant('aay', self.convert_uuids_to_bytearray(adv_data['service_uuids'])),
455 GLib.Variant('aay', self.convert_uuids_to_bytearray(adv_data['solicit_uuids'])),
725 def convert_uuids_to_bytearray(uuids): member in FlossAdvertisingClient