Searched refs:BtConnectionState (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 103 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/ |
D | floss_enums.py | 233 class BtConnectionState(enum.IntEnum): class
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 2 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/ |
D | bluetooth.rs | 5 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/ |
D | bluetooth.py | 422 return connection_state > floss_enums.BtConnectionState.CONNECTED_ONLY
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 13 BtConnectionState, BtDiscMode, BtStatus, BtTransport, RawAddress, Uuid, INVALID_RSSI, 904 BtConnectionState::NotConnected => "Not Connected", in cmd_device() 905 BtConnectionState::ConnectedOnly => "Connected", in cmd_device()
|
D | dbus_iface.rs | 4 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
|