From 83b42488eaf4b866a07d038b3843e9526cf843a4 Mon Sep 17 00:00:00 2001 From: Yuyang Huang Date: Mon, 12 Dec 2022 11:42:48 -0800 Subject: [PATCH] update ASHA AdvertisingData previously the ASHA AdvertisingData uses INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS, now it lets user to define whether it is complete list or incomplete list --- bumble/profiles/asha_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumble/profiles/asha_service.py b/bumble/profiles/asha_service.py index becfde49..9da7db13 100644 --- a/bumble/profiles/asha_service.py +++ b/bumble/profiles/asha_service.py @@ -131,7 +131,6 @@ class AshaService(TemplateService): # Advertisement only uses 4 least significant bytes of the HiSyncId. return bytes( AdvertisingData([ - (AdvertisingData.INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS, bytes(GATT_ASHA_SERVICE)), (AdvertisingData.SERVICE_DATA_16_BIT_UUID, bytes(GATT_ASHA_SERVICE) + bytes([ AshaService.PROTOCOL_VERSION, self.capability,