Searched refs:NotReady (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 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)] 382 #[profile_enabled_or(BtStatus::NotReady)] 405 #[profile_enabled_or(BtStatus::NotReady)] [all …]
|
D | hfp.rs | 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)] 500 #[profile_enabled_or(BtStatus::NotReady)] 514 #[profile_enabled_or(BtStatus::NotReady)] [all …]
|
D | hf_client.rs | 172 #[profile_enabled_or(BtStatus::NotReady)] 178 #[profile_enabled_or(BtStatus::NotReady)] 184 #[profile_enabled_or(BtStatus::NotReady)] 190 #[profile_enabled_or(BtStatus::NotReady)]
|
D | avrcp.rs | 165 #[profile_enabled_or(BtStatus::NotReady)] 170 #[profile_enabled_or(BtStatus::NotReady)]
|
D | a2dp.rs | 398 #[profile_enabled_or(BtStatus::NotReady)] 408 #[profile_enabled_or(BtStatus::NotReady)]
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 1030 return BtStatus::NotReady; in wait_and_read_stream() 1284 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_insecure_l2cap_channel() 1293 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_insecure_l2cap_le_channel() 1302 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_l2cap_channel() 1312 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_l2cap_le_channel() 1327 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_insecure_rfcomm_with_service_record() 1342 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_rfcomm_with_service_record() 1363 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in listen_using_rfcomm() 1384 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in create_insecure_l2cap_channel() 1399 return SocketResult::new(BtStatus::NotReady, INVALID_SOCKET_ID); in create_insecure_l2cap_le_channel() [all …]
|
D | bluetooth_media.rs | 3433 BtStatus::NotReady, in connect() 3466 BtStatus::NotReady, in connect() 3510 BtStatus::NotReady, in connect() 3603 BtStatus::NotReady, in disconnect() 3633 BtStatus::NotReady, in disconnect() 3670 BtStatus::NotReady, in disconnect()
|
D | bluetooth.rs | 2714 return BtStatus::NotReady; in connect_all_enabled_profiles()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 207 NotReady, enumerator
|