Home
last modified time | relevance | path

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

/external/python/bumble/examples/
Drun_a2dp_source.py28 find_avdtp_service_with_connection,
151 avdtp_version = await find_avdtp_service_with_connection(device, connection)
Drun_a2dp_info.py34 find_avdtp_service_with_connection
/external/python/bumble/bumble/
Davdtp.py227 async def find_avdtp_service_with_connection(device, connection): function