Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/bumble/rust/src/wrapper/drivers/
Drtk.rs50 pub async fn driver_info_for_host(host: &Host) -> PyResult<Option<DriverInfo>> { in driver_info_for_host() method
/aosp_15_r20/external/python/bumble/bumble/drivers/
Drtk.py499 async def driver_info_for_host(cls, host): member in Driver