Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dbluetooth_gatt_service.py146 …descriptors=[create_gatt_characteristic_descriptor(descriptor) for descriptor in characteristic['d…
152 def create_gatt_characteristic_descriptor(descriptor): function
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py752 def create_gatt_characteristic_descriptor(self, descriptor): member in GATTService
764 …self.create_gatt_characteristic_descriptor(descriptor) for descriptor in characteristic['descripto…