Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py31 from blueberry.utils.bt_gatt_constants import GattServiceType
209 GattServiceType.SERVICE_TYPE_PRIMARY)
211 GattServiceType.SERVICE_TYPE_PRIMARY)
213 GattServiceType.SERVICE_TYPE_PRIMARY)
Dbt_gatt_constants.py278 class GattServiceType(enum.IntEnum): class