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.rs148 sock_type: SocketType, in listen()
167 sock_type.into(), in listen()
183 sock_type: SocketType, in connect()
198 sock_type.into(), in connect()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc289 int sock_type = SOCK_SEQPACKET; in btsock_l2cap_alloc_l() local
303 sock_type = SOCK_STREAM; in btsock_l2cap_alloc_l()
305 if (socketpair(AF_LOCAL, sock_type, 0, fds)) { in btsock_l2cap_alloc_l()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1867 let (addr, sock_type, psm_or_uuid) = in cmd_socket()
1890 match &sock_type[0..] { in cmd_socket()
1943 sock_type in cmd_socket()
1951 status, addr, sock_type, psm_or_uuid))); in cmd_socket()
1954 status, id, addr, sock_type, psm_or_uuid); in cmd_socket()
Dcallbacks.rs1226 socket.sock_type, in on_incoming_socket_ready()
1236 socket.sock_type, in on_incoming_socket_ready()
Ddbus_iface.rs2073 sock_type: SocketType, field
2085 sock_type: SocketType, field
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs785 sock_type: SocketType, field
797 sock_type: SocketType, field