Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py233 class BtConnectionState(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs103 pub enum BtConnectionState { enum
111 impl From<i32> for BtConnectionState { implementation
1378 pub fn get_connection_state(&self, addr: &RawAddress) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs221 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state()
2639 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs700 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs965 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state()