Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py31 from blueberry.utils.bt_gatt_constants import GattServiceType
231 GattServiceType.SERVICE_TYPE_PRIMARY)
233 GattServiceType.SERVICE_TYPE_PRIMARY)
235 GattServiceType.SERVICE_TYPE_PRIMARY)
Dbt_gatt_constants.py278 class GattServiceType(enum.IntEnum): class
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py36 from blueberry.utils.bt_gatt_constants import GattServiceType
182GattServiceType.SERVICE_TYPE_PRIMARY)
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py40 from blueberry.utils.bt_gatt_constants import GattServiceType
741 …gatt_service = self.peripheral.sl4a.gattServerCreateService(service_uuid, GattServiceType.SERVICE_…