Home
last modified time | relevance | path

Searched refs:sock_type (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs64 pub sock_type: SocketType, field
82 sock_type: SocketType::Unknown, in new()
94 sock_type: match is_le { in make_l2cap_channel()
114 sock_type: SocketType::Rfcomm, in make_rfcomm_channel()
126 sock_type: SocketType::Rfcomm, in make_default_rfcomm_channel()
146 sock.sock_type = self.sock_type.clone(); in to_connecting_socket()
175 self.sock_type, in fmt()
190 pub sock_type: SocketType, field
210 sock_type: SocketType::Unknown, in new()
224 sock_type: match is_le { in make_l2cap_channel()
[all …]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs155 sock_type: SocketType, in listen()
180 sock_type.into(), in listen()
202 sock_type: SocketType, in connect()
223 sock_type.into(), in connect()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1884 let (addr, sock_type, psm_or_uuid) = in cmd_socket()
1907 match &sock_type[0..] { in cmd_socket()
1958 sock_type in cmd_socket()
1966 status, addr, sock_type, psm_or_uuid))); in cmd_socket()
1969 status, id, addr, sock_type, psm_or_uuid); in cmd_socket()
Dcallbacks.rs1241 socket.sock_type, in on_incoming_socket_ready()
1251 socket.sock_type, in on_incoming_socket_ready()
Ddbus_iface.rs2092 sock_type: SocketType, field
2104 sock_type: SocketType, field
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs794 sock_type: SocketType, field
806 sock_type: SocketType, field
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc323 int sock_type = SOCK_SEQPACKET; in btsock_l2cap_alloc_l() local
343 sock_type = SOCK_STREAM; in btsock_l2cap_alloc_l()
345 if (socketpair(AF_LOCAL, sock_type, 0, fds)) { in btsock_l2cap_alloc_l()