Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dasha.py43 class AshaGattService(TemplateService): class
74 if opcode == AshaGattService.OPCODE_START:
93 elif opcode == AshaGattService.OPCODE_STOP:
96 elif opcode == AshaGattService.OPCODE_STATUS:
100 if opcode != AshaGattService.OPCODE_STATUS:
107 AshaGattService.PROTOCOL_VERSION, # Version
112 + bytes(AshaGattService.FEATURE_MAP)
113 + bytes(AshaGattService.RENDER_DELAY)
114 + bytes(AshaGattService.RESERVED_FOR_FUTURE_USE)
115 + bytes(AshaGattService.SUPPORTED_CODEC_ID)
[all …]
/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py26 from bumble_experimental.asha import AshaGattService, AshaService
171 …ice = next((x for x in ref_device.device.gatt_server.attributes if isinstance(x, AshaGattService)))
181 …ice = next((x for x in ref_device.device.gatt_server.attributes if isinstance(x, AshaGattService)))
191 …ice = next((x for x in ref_device.device.gatt_server.attributes if isinstance(x, AshaGattService)))
201 …ice = next((x for x in ref_device.device.gatt_server.attributes if isinstance(x, AshaGattService)))
838 … = next((x for x in self.ref_left.device.gatt_server.attributes if isinstance(x, AshaGattService)))