Searched refs:BluetoothCallbacks (Results 1 – 3 of 3) sorted by relevance
2 use bt_topshim::btif::{ffi, BluetoothCallbacks, BluetoothInterface};27 callbacks: Arc<BluetoothCallbacks>,35 let cb = Arc::new(BluetoothCallbacks { in make_context()
4 use bt_topshim::btif::{BluetoothCallbacks, BluetoothInterface, BtState};85 #[btif_callbacks_generator(btif_bluetooth_callbacks, BluetoothCallbacks)]
249 pub struct BluetoothCallbacks { struct263 inner: Arc<BluetoothCallbacks>, argument280 callbacks: Arc<BluetoothCallbacks>, in initialize() argument