Searched refs:AshaGattService (Results 1 – 2 of 2) sorted by relevance
43 class AshaGattService(TemplateService): class74 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, # Version112 + bytes(AshaGattService.FEATURE_MAP)113 + bytes(AshaGattService.RENDER_DELAY)114 + bytes(AshaGattService.RESERVED_FOR_FUTURE_USE)115 + bytes(AshaGattService.SUPPORTED_CODEC_ID)[all …]
26 from bumble_experimental.asha import AshaGattService, AshaService171 …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)))