Searched refs:SupportedScenarios (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 232 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/ |
D | iface_bluetooth.rs | 16 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/ |
D | dbus_iface.rs | 23 SupportedDependencies, SupportedFormatsList, SupportedScenarios, 185 impl_dbus_arg_from_into!(SupportedScenarios, Vec<u8>); 191 supported_scenarios_mpsd: SupportedScenarios, 192 supported_scenarios_mpmd: SupportedScenarios,
|