Searched defs:AgProtocol (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/bumble/tests/ |
D | hfp_test.py | 197 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/bumble/ |
D | hfp.py | 1146 class AgProtocol(pyee.EventEmitter): class
|