Searched refs:profile_enabled_or (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | vc.rs | 5 use topshim_macros::{cb_variant, profile_enabled_or}; 181 #[profile_enabled_or(false)] 225 #[profile_enabled_or] 230 #[profile_enabled_or] 235 #[profile_enabled_or] 240 #[profile_enabled_or] 245 #[profile_enabled_or] 250 #[profile_enabled_or] 255 #[profile_enabled_or] 260 #[profile_enabled_or] [all …]
|
D | le_audio.rs | 5 use topshim_macros::{cb_variant, profile_enabled_or, profile_enabled_or_default}; 570 #[profile_enabled_or(false)] 614 #[profile_enabled_or] 619 #[profile_enabled_or] 624 #[profile_enabled_or] 629 #[profile_enabled_or] 634 #[profile_enabled_or] 639 #[profile_enabled_or] 644 #[profile_enabled_or] 649 #[profile_enabled_or] [all …]
|
D | hfp.rs | 9 use topshim_macros::{cb_variant, profile_enabled_or}; 421 #[profile_enabled_or(false)] 451 #[profile_enabled_or(BtStatus::NotReady)] 456 #[profile_enabled_or(BtStatus::NotReady.into())] 466 #[profile_enabled_or(BtStatus::NotReady.into())] 471 #[profile_enabled_or(BtStatus::NotReady.into())] 476 #[profile_enabled_or(BtStatus::NotReady.into())] 481 #[profile_enabled_or(BtStatus::NotReady)] 486 #[profile_enabled_or(BtStatus::NotReady.into())] 491 #[profile_enabled_or(BtStatus::NotReady)] [all …]
|
D | hid_host.rs | 14 use topshim_macros::{cb_variant, profile_enabled_or}; 188 #[profile_enabled_or(false)] 236 #[profile_enabled_or(BtStatus::NotReady)] 253 #[profile_enabled_or(BtStatus::NotReady)] 272 #[profile_enabled_or(BtStatus::NotReady)] 289 #[profile_enabled_or(BtStatus::NotReady)] 308 #[profile_enabled_or(BtStatus::NotReady)] 327 #[profile_enabled_or(BtStatus::NotReady)] 346 #[profile_enabled_or(BtStatus::NotReady)] 363 #[profile_enabled_or(BtStatus::NotReady)] [all …]
|
D | avrcp.rs | 5 use topshim_macros::{cb_variant, profile_enabled_or}; 135 #[profile_enabled_or(false)] 165 #[profile_enabled_or(BtStatus::NotReady)] 170 #[profile_enabled_or(BtStatus::NotReady)] 175 #[profile_enabled_or] 180 #[profile_enabled_or(false)] 186 #[profile_enabled_or] 191 #[profile_enabled_or] 196 #[profile_enabled_or] 206 #[profile_enabled_or]
|
D | a2dp.rs | 9 use topshim_macros::{cb_variant, profile_enabled_or, profile_enabled_or_default}; 363 #[profile_enabled_or(false)] 398 #[profile_enabled_or(BtStatus::NotReady)] 403 #[profile_enabled_or] 408 #[profile_enabled_or(BtStatus::NotReady)] 413 #[profile_enabled_or] 418 #[profile_enabled_or(false)] 423 #[profile_enabled_or] 428 #[profile_enabled_or] 481 #[profile_enabled_or(false)] [all …]
|
D | csis.rs | 5 use topshim_macros::{cb_variant, profile_enabled_or}; 131 #[profile_enabled_or(false)] 174 #[profile_enabled_or] 179 #[profile_enabled_or] 184 #[profile_enabled_or] 189 #[profile_enabled_or] 194 #[profile_enabled_or]
|
D | hf_client.rs | 11 use topshim_macros::{cb_variant, profile_enabled_or}; 112 #[profile_enabled_or(false)] 172 #[profile_enabled_or(BtStatus::NotReady)] 178 #[profile_enabled_or(BtStatus::NotReady)] 184 #[profile_enabled_or(BtStatus::NotReady)] 190 #[profile_enabled_or(BtStatus::NotReady)] 196 #[profile_enabled_or]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/ |
D | lib.rs | 191 pub fn profile_enabled_or(attr: TokenStream, item: TokenStream) -> TokenStream { in profile_enabled_or() function
|