Lines Matching +full:protocol +full:- +full:node

1 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
32 .Nd Netgraph node type that is also a Bluetooth Host Controller Interface
40 node type is a Netgraph node type that implements Bluetooth Host Controller
44 Bluetooth is a short-range radio link intended to replace the cable(s)
47 The Bluetooth protocol uses a
59 The Bluetooth system provides a point-to-point connection (only two
60 Bluetooth units involved), or a point-to-multipoint connection.
61 In the point-to-multipoint connection,
68 In addition, many more slaves can remain locked to the master in a so-called
79 in different piconets on a time-division multiplex basis.
81 The piconets shall not be frequency-synchronized.
87 The slot numbering ranges from 0 to 2^27 -1 and is cyclic with a cycle length
91 The SCO link is a symmetric, point-to-point link between the master and a
94 as a circuit-switched connection between the master and the slave.
95 The SCO link typically supports time-bounded information like voice.
103 with any slave on a per-slot basis.
104 The ACL link provides a packet-switched
132 .Bd -literal -offset indent
155 .Bd -literal -offset indent
167 .Bd -literal -offset indent
179 .Bd -literal -offset indent
193 .Bl -tag -width foo
210 bit for the node.
211 Once HCI node has been initialized all upstream hooks
215 .Bd -literal -offset indent
216 #define NGM_HCI_NODE_UP 112 /* HCI -> Upper */
233 \-
243 .Bd -literal -offset indent
244 #define NGM_HCI_SYNC_CON_QUEUE 113 /* HCI -> Upper */
251 This node type supports the following hooks:
252 .Bl -tag -width ".Va drv"
259 Upper layer protocol/node is connected to the hook.
264 Upper layer protocol/node is connected to the hook.
278 .Bl -tag -width foo
280 Requests the lower protocol to create a connection.
283 protocol (baseband) to establish the physical connection.
285 Requests the lower protocol (baseband) to terminate a connection.
293 Indicates the lower protocol (baseband) has successfully established
298 Indicates the lower protocol (baseband) has terminated connection.
303 Requests the lower protocol (baseband) to accommodate a particular QoS
308 Indicates the lower protocol (baseband) has detected a violation of the QoS
312 This node type supports the generic control messages, plus the following:
313 .Bl -tag -width foo
315 Returns current state for the node.
319 bit for the node.
321 Returns an integer containing the current debug level for the node.
324 for the node.
328 Returns BD_ADDR as cached in the node.
330 Returns the list of features supported by hardware (as cached by the node).
344 created the HCI node will try set link policy for the ACL connection.
354 created the HCI node will specify every packet type supported by the device.
366 Returns the value of the role switch for the node.
369 This node shuts down upon receipt of a
380 node type was implemented in