Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs232 pub type SupportedScenarios = [u8; 8usize]; typedef
238 pub supported_scenarios_mpsd: SupportedScenarios, // LibBluetooth expects big endian data
239 pub supported_scenarios_mpmd: SupportedScenarios, // LibBluetooth expects big endian data
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs16 SupportedDependencies, SupportedFormatsList, SupportedScenarios,
273 impl_dbus_arg_from_into!(SupportedScenarios, Vec<u8>);
279 supported_scenarios_mpsd: SupportedScenarios,
280 supported_scenarios_mpmd: SupportedScenarios,
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs23 SupportedDependencies, SupportedFormatsList, SupportedScenarios,
185 impl_dbus_arg_from_into!(SupportedScenarios, Vec<u8>);
191 supported_scenarios_mpsd: SupportedScenarios,
192 supported_scenarios_mpmd: SupportedScenarios,