Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/adapter/src/
Dmain.rs2 use bt_topshim::btif::{ffi, BluetoothCallbacks, BluetoothInterface};
27 callbacks: Arc<BluetoothCallbacks>,
35 let cb = Arc::new(BluetoothCallbacks { in make_context()
/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs4 use bt_topshim::btif::{BluetoothCallbacks, BluetoothInterface, BtState};
85 #[btif_callbacks_generator(btif_bluetooth_callbacks, BluetoothCallbacks)]
/system/bt/gd/rust/topshim/src/
Dbtif.rs249 pub struct BluetoothCallbacks { struct
263 inner: Arc<BluetoothCallbacks>, argument
280 callbacks: Arc<BluetoothCallbacks>, in initialize() argument