Home
last modified time | relevance | path

Searched refs:BtConnectionState (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs103 pub enum BtConnectionState { enum
111 impl From<i32> for BtConnectionState { implementation
114 BtConnectionState::ConnectedOnly in from()
116 BtConnectionState::NotConnected in from()
119 BtConnectionState::from_i32(item).unwrap_or(fallback) in from()
1378 pub fn get_connection_state(&self, addr: &RawAddress) -> BtConnectionState { in get_connection_state() argument
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py233 class BtConnectionState(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs2 BtAddrType, BtBondState, BtConnectionState, BtDeviceType, BtDiscMode, BtPropertyType,
173 impl_dbus_arg_enum!(BtConnectionState);
700 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs5 BtAddrType, BtBondState, BtConnectionDirection, BtConnectionState, BtDeviceType, BtDiscMode,
221 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState; in get_connection_state() argument
2594 self.get_connection_state(device) != BtConnectionState::NotConnected in get_remote_connected()
2639 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() argument
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py422 return connection_state > floss_enums.BtConnectionState.CONNECTED_ONLY
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs13 BtConnectionState, BtDiscMode, BtStatus, BtTransport, RawAddress, Uuid, INVALID_RSSI,
904 BtConnectionState::NotConnected => "Not Connected", in cmd_device()
905 BtConnectionState::ConnectedOnly => "Connected", in cmd_device()
Ddbus_iface.rs4 BtAddrType, BtBondState, BtConnectionState, BtDeviceType, BtDiscMode, BtPropertyType,
86 impl_dbus_arg_enum!(BtConnectionState);
965 fn get_connection_state(&self, device: BluetoothDevice) -> BtConnectionState { in get_connection_state() argument