Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py29 from blueberry.utils.bt_gatt_constants import GattDescriptor
191 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
194 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
262 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
265 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
Dbt_gatt_constants.py214 class GattDescriptor(list, enum.Enum): class