Searched refs:SocketType (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | socket.rs | 16 pub enum SocketType { enum 26 impl From<bindings::btsock_type_t> for SocketType { implementation 28 SocketType::from_u32(item).unwrap_or(SocketType::Unknown) in from() 32 impl From<SocketType> for bindings::btsock_type_t { 33 fn from(item: SocketType) -> Self { in from() 148 sock_type: SocketType, in listen() argument 183 sock_type: SocketType, in connect() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 36 pub type SocketType = socket::SocketType; typedef 64 pub sock_type: SocketType, 82 sock_type: SocketType::Unknown, in new() 95 true => SocketType::L2capLe, in make_l2cap_channel() 96 false => SocketType::L2cap, in make_l2cap_channel() 114 sock_type: SocketType::Rfcomm, in make_rfcomm_channel() 126 sock_type: SocketType::Rfcomm, in make_default_rfcomm_channel() 190 pub sock_type: SocketType, 210 sock_type: SocketType::Unknown, in new() 225 true => SocketType::L2capLe, in make_l2cap_channel() [all …]
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 80 enum SocketType { enum 158 SocketType socktype = 3;
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 6 use bt_topshim::profiles::socket::SocketType; 780 impl_dbus_arg_enum!(SocketType); 785 sock_type: SocketType, 797 sock_type: SocketType,
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 142 class SocketType(enum.IntEnum): class
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 25 use bt_topshim::profiles::socket::SocketType; 109 impl_dbus_arg_enum!(SocketType); 2073 sock_type: SocketType, 2085 sock_type: SocketType,
|