Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Ddck.py28 class DckGattService(TemplateService): class
51 DckGattService.UUID_SPSM,
57 DckGattService.UUID_SPSM_DK_VERSION,
63 DckGattService.UUID_DEVICE_DK_VERSION,
69 DckGattService.UUID_ANTENNA_IDENTIFIER,
82 …es(AdvertisingData([(AdvertisingData.SERVICE_DATA_16_BIT_UUID, bytes(DckGattService.CCC_DK_UUID))]…
87 dck_gatt_service: Optional[DckGattService]
97 self.dck_gatt_service = DckGattService(self.device)