Searched refs:Into (Results 1 – 17 of 17) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | mod.rs | 27 fn send_hci_event<E: Into<hci::Event>>(&self, event: E); in send_hci_event() 28 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P); in send_lmp_packet() 47 fn send_accepted_lmp_packet<P: Into<lmp::LmpPacket>>( in send_accepted_lmp_packet()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | sysprop.rs | 24 impl Into<(CString, i32)> for PropertyI32 { 74 impl Into<(CString, bool)> for PropertyBool {
|
D | utils.rs | 63 impl<'a, T> Into<*const T> for LTCheckedPtr<'a, T> { 164 impl<'a, T> Into<*mut T> for LTCheckedPtrMut<'a, T> {
|
D | btif.rs | 60 impl Into<u8> for BtTransport { 279 impl Into<u32> for BtStatus { 285 impl Into<i32> for BtStatus { 346 impl Into<u32> for BtDiscMode { 400 impl Into<u32> for BtAddrType { 412 impl Into<u8> for BtAddrType { 490 pub fn from_string<S: Into<String>>(raw: S) -> Option<Self> { in from_string() 984 pub fn from_string<S: Into<String>>(addr: S) -> Option<RawAddress> { in from_string()
|
/packages/modules/Bluetooth/system/rust/src/utils/ |
D | packet.rs | 9 pub fn build_att_view_or_crash(child: impl Into<AttChild>) -> OwnedAttView { in build_att_view_or_crash() 50 pub fn build_att_data(child: impl Into<AttAttributeDataChild>) -> AttAttributeDataBuilder { in build_att_data()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/ |
D | context.rs | 91 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event() 95 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet()
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | controllers.rs | 5 use std::convert::Into; 17 impl Into<&'static str> for ControllerSignal {
|
D | collisions.rs | 3 use std::convert::Into; 17 impl Into<&'static str> for CollisionSignal {
|
D | informational.rs | 5 use std::convert::Into; 103 impl Into<InitiatorType> for AclState {
|
D | connections.rs | 4 use std::convert::Into; 29 impl Into<&'static str> for ConnectionSignal {
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | manager.rs | 319 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event() 325 fn send_lmp_packet<P: Into<lmp::LmpPacket>>(&self, packet: P) { in send_lmp_packet()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 90 fn send_packet(&self, packet: impl Into<AttChild>) -> Result<(), SerializeError> { in send_packet() 206 fn try_send_packet(&self, packet: impl Into<AttChild>) -> Result<(), SendError> { in try_send_packet()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | a2dp.rs | 300 impl<'a> Into<A2dpError> for FfiA2dpError<'a> {
|
D | gatt.rs | 517 impl Into<u32> for LeDiscMode {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 1157 impl Into<i32> for GattDbElementType { 2059 impl Into<MsftAdvMonitorPattern> for &ScanFilterPattern { impl 2069 impl Into<Vec<MsftAdvMonitorPattern>> for &ScanFilterCondition { impl 2080 impl Into<MsftAdvMonitorAddress> for &ScanFilterAddress { impl 2086 impl Into<MsftAdvMonitorAddress> for &ScanFilterCondition { impl 2095 impl Into<MsftAdvMonitor> for &ScanFilter { impl
|
D | bluetooth_adv.rs | 213 impl Into<bt_topshim::profiles::gatt::AdvertiseParameters> for AdvertisingSetParameters { 379 impl Into<bt_topshim::profiles::gatt::PeriodicAdvertisingParameters> impl
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 329 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event() 333 fn send_llcp_packet<P: Into<llcp::LlcpPacket>>(&self, acl_connection_handle: u16, packet: P) { in send_llcp_packet()
|