Home
last modified time | relevance | path

Searched refs:Into (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs27 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/
Dsysprop.rs24 impl Into<(CString, i32)> for PropertyI32 {
74 impl Into<(CString, bool)> for PropertyBool {
Dutils.rs63 impl<'a, T> Into<*const T> for LTCheckedPtr<'a, T> {
164 impl<'a, T> Into<*mut T> for LTCheckedPtrMut<'a, T> {
Dbtif.rs60 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/
Dpacket.rs9 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/
Dcontext.rs91 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/
Dcontrollers.rs5 use std::convert::Into;
17 impl Into<&'static str> for ControllerSignal {
Dcollisions.rs3 use std::convert::Into;
17 impl Into<&'static str> for CollisionSignal {
Dinformational.rs5 use std::convert::Into;
103 impl Into<InitiatorType> for AclState {
Dconnections.rs4 use std::convert::Into;
29 impl Into<&'static str> for ConnectionSignal {
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs319 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/
Datt_server_bearer.rs90 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/
Da2dp.rs300 impl<'a> Into<A2dpError> for FfiA2dpError<'a> {
Dgatt.rs517 impl Into<u32> for LeDiscMode {
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1157 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
Dbluetooth_adv.rs213 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/
Diso.rs329 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()