Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dchip.rs19 pub trait RustBluetoothChipCallbacks { trait
48 callbacks: Box<dyn RustBluetoothChipCallbacks>, in rust_bluetooth_add() argument
H A Dbeacon.rs19 use super::chip::{rust_bluetooth_add, RustBluetoothChipCallbacks};
167 impl RustBluetoothChipCallbacks for BeaconChipCallbacks {
265 let callbacks: Box<dyn RustBluetoothChipCallbacks> = Box::new(BeaconChipCallbacks { chip_id }); in ble_beacon_add()
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dffi.rs20 create_add_rust_device_result, AddRustDeviceResult, RustBluetoothChipCallbacks,
327 type DynRustBluetoothChipCallbacks = Box<dyn RustBluetoothChipCallbacks>;