Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dbluetooth_gatt_service.py128 …characteristics=[create_gatt_characteristic(characteristic) for characteristic in service['charact…
132 def create_gatt_characteristic(characteristic): function
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py757 def create_gatt_characteristic(self, characteristic): member in GATTService
776 … self.create_gatt_characteristic(characteristic) for characteristic in service['characteristics']