Searched refs:BtAdapterRole (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 20 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/ |
D | bluetooth.rs | 76 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/ |
D | dbus_iface.rs | 30 BluetoothDevice, BtAdapterRole, IBluetooth, IBluetoothCallback, IBluetoothConnectionCallback, 114 impl_dbus_arg_enum!(BtAdapterRole); 1020 fn get_supported_roles(&self) -> Vec<BtAdapterRole> { in get_supported_roles() argument
|