Home
last modified time | relevance | path

Searched defs:HearingAccessServiceProxy (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/tests/
Dhap_test.py106 async def test_init_service(hap_client: hap.HearingAccessServiceProxy):
116 async def test_read_all_presets(hap_client: hap.HearingAccessServiceProxy):
138 async def test_read_partial_presets(hap_client: hap.HearingAccessServiceProxy):
152 async def test_set_active_preset_valid(hap_client: hap.HearingAccessServiceProxy):
167 async def test_set_active_preset_invalid(hap_client: hap.HearingAccessServiceProxy):
183 async def test_set_next_preset(hap_client: hap.HearingAccessServiceProxy):
199 hap_client: hap.HearingAccessServiceProxy,
223 hap_client: hap.HearingAccessServiceProxy,
/external/python/bumble/bumble/profiles/
Dhap.py629 class HearingAccessServiceProxy(gatt_client.ProfileServiceProxy): class