Home
last modified time | relevance | path

Searched refs:BtAdapterRole (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs20 Bluetooth, BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback,
180 impl_dbus_arg_enum!(BtAdapterRole);
755 fn get_supported_roles(&self) -> Vec<BtAdapterRole> { in get_supported_roles() argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs76 pub enum BtAdapterRole { enum
256 fn get_supported_roles(&self) -> Vec<BtAdapterRole>; in get_supported_roles() argument
2957 fn get_supported_roles(&self) -> Vec<BtAdapterRole> { in get_supported_roles() argument
2958 let mut roles: Vec<BtAdapterRole> = vec![]; in get_supported_roles()
2962 roles.push(BtAdapterRole::Central); in get_supported_roles()
2965 roles.push(BtAdapterRole::Peripheral); in get_supported_roles()
2968 roles.push(BtAdapterRole::CentralPeripheral); in get_supported_roles()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback,
114 impl_dbus_arg_enum!(BtAdapterRole);
1020 fn get_supported_roles(&self) -> Vec<BtAdapterRole> { in get_supported_roles() argument