Lines Matching +full:protocol +full:- +full:node
1 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
43 module implements three Netgraph node types.
44 Each type in its turn implements one protocol within
47 .Sh Dv BLUETOOTH_PROTO_HCI protocol
62 .Bd -literal -offset indent
74 .Bl -tag -width foo
76 Returns current state for the HCI node.
80 bit for the HCI node.
82 Returns current debug level for the HCI node.
84 Sets current debug level for the HCI node.
86 Returns current state of data buffers for the HCI node.
88 Returns BD_ADDR for the HCI node.
90 Returns the list of features supported by hardware for the HCI node.
92 Returns various statistic counters for the HCI node.
94 Resets all statistic counters for the HCI node to zero.
96 Remove all neighbor cache entries for the HCI node.
98 Returns content of the neighbor cache for the HCI node.
101 the HCI node.
103 Returns current link policy settings mask for the HCI node.
105 Sets current link policy settings mask for the HCI node.
107 Returns current packet mask for the HCI node.
109 Sets current packet mask for the HCI node.
111 Returns current value of the role switch parameter for the HCI node.
113 Sets new value of the role switch parameter for the HCI node.
126 .Bd -literal -offset indent
130 * For packet mask use (1 << (HCI packet indicator - 1))
131 * For event mask use (1 << (Event - 1))
149 .Sh Dv BLUETOOTH_PROTO_L2CAP protocol
151 .Bd -literal -offset indent
156 uint16_t l2cap_psm; /* Protocol/Service Multiplexor */
176 .Bl -tag -width foo
178 Returns current state for the L2CAP node.
180 Returns current debug level for the L2CAP node.
182 Sets current debug level for the L2CAP node.
185 node.
187 Returns list of active channels for the L2CAP node.
189 Returns current value of the auto disconnect timeout for the L2CAP node.
191 Sets current value of the auto disconnect timeout for the L2CAP node.
232 Note that PSM (Protocol/Service Multiplexor) field is always required.
237 being transmitted and received, and PSM (Protocol/Service Multiplexor).
245 .Bl -tag -width foo
252 .Bf -emphasis
257 .Bf -emphasis
262 .Bf -emphasis
266 .Sh Dv BLUETOOTH_PROTO_RFCOMM protocol
268 .Bd -literal -offset indent
278 Note that RFCOMM sockets do not have associated Netgraph node type.
314 .Bl -tag -width foo
329 These node types support hooks with arbitrary names (as long as they are
332 These node types support the generic control messages.