Home
last modified time | relevance | path

Searched defs:HfProtocol (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/bumble/tests/
Dhfp_test.py197 async def test_slc(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
210 async def test_ag_indicator(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
225 async def test_hf_indicator(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
240 hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]
257 async def test_dial(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
271 async def test_answer(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
284 hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]
297 async def test_terminate_call(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]):
310 hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]
320 hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]
[all …]
/aosp_15_r20/external/python/bumble/examples/
Drun_hfp_handsfree.py46 def on_sco_request(connection: Connection, link_type: int, protocol: HfProtocol):
/aosp_15_r20/external/python/bumble/bumble/
Dhfp.py693 class HfProtocol(pyee.EventEmitter): class