Home
last modified time | relevance | path

Searched defs:BtConnectionState (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs92 pub enum BtConnectionState { enum
100 impl From<i32> for BtConnectionState { implementation
1201 pub fn get_connection_state(&self, addr: &RawAddress) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs187 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state()
2196 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs594 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs830 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()