Searched defs:SocketType (Results 1 – 5 of 5) sorted by relevance
18 pub enum SocketType { enum28 impl From<bindings::btsock_type_t> for SocketType { implementation155 sock_type: SocketType, in listen()202 sock_type: SocketType, in connect()
80 enum SocketType { enum
142 class SocketType(enum.IntEnum): class
148 public @interface SocketType {} annotation in BluetoothSocket
36 pub type SocketType = socket::SocketType; typedef