Home
last modified time | relevance | path

Searched defs:Bluetooth (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs50 pub struct Bluetooth { struct
51 intf: Arc<Mutex<BluetoothInterface>>, argument
53 callbacks: Vec<(u32, Box<dyn IBluetoothCallback + Send>)>, argument
59 impl Bluetooth { implementation
61 pub fn new(tx: Sender<Message>, intf: Arc<Mutex<BluetoothInterface>>) -> Bluetooth { in new()
120 impl BtifBluetoothCallbacks for Bluetooth { implementation
160 impl IBluetooth for Bluetooth { implementation
H A Dlib.rs73 pub async fn dispatch(mut rx: Receiver<Message>, bluetooth: Arc<Mutex<Bluetooth>>) { in dispatch()
/aosp12/system/bt/gd/rust/common/src/
H A Dlib.rs47 pub enum Bluetooth { enum
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dfragment.rs94 bt: Bluetooth, in fragmenting_stream()
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsystem.proto43 message Bluetooth { message
H A Dglobal.proto140 message Bluetooth { message