Lines Matching +full:man +full:- +full:in +full:- +full:the +full:- +full:middle
1 # Licensed to the Apache Software Foundation (ASF) under one
2 # or more contributor license agreements. See the NOTICE file
4 # regarding copyright ownership. The ASF licenses this file
5 # to you under the Apache License, Version 2.0 (the
6 # "License"); you may not use this file except in compliance
7 # with the License. You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing,
12 # software distributed under the License is distributed on an
14 # KIND, either express or implied. See the License for the
16 # under the License.
26 Causes the BLE host to automatically start during system
36 Rather than wait for HCI acknowledgements from a controller, the
38 running in the simulator.
42 Specifies whether the host can depend on the kernel being present.
43 This should only be disabled for unit tests running in the
73 Enables buffering when using monitor interface over RTT. The data
74 are written to RTT once complete packet is created in intermediate
76 space in RTT buffer (e.g. there is no reader connected). If disabled,
77 monitor will simply block waiting for RTT to free space in buffer.
88 The number of L2CAP channels to allocate. The default value allows
89 for the signal, ATT, and SM channels for each connection.
93 The maximum number of concurrent L2CAP signal procedures.
105 passes since the previous fragment was received, the connection is
111 When set to (0), LE COC is not compiled in.
124 The maximum number of concurrent security manager procedures.
128 The IO capabilities to report during pairing. Valid values are:
137 Whether the out-of-band pairing algorithm is advertised. (0/1)
145 Whether man-in-the-middle protection is advertised during
154 A bitmap indicating which keys to distribute during pairing. The
163 A bitmap indicating which keys to accept during pairing. The
172 Enable SM debug mode. In this mode SM uses predefined DH key pair as
173 described in Core Specification 5.0, Vol. 3, Part H, 2.3.5.6.1. This
181 Controls the number of connection parameter updates that can be pending
191 Enables the Discover All Primary Services GATT procedure. (0/1)
195 Enables the Discover Primary Services by Service UUID GATT
200 Enables the Find Included Services GATT procedure. (0/1)
204 Enables the Discover All Characteristics of a Service GATT
209 Enables the Discover Characteristics by UUID GATT procedure. (0/1)
213 Enables the Discover All Primary Services GATT procedure. (0/1)
217 Enables the Read Characteristic Value GATT procedure. (0/1)
222 Enables the Read Using Characteristic UUID GATT procedure. (0/1)
226 Enables the Read Long Characteristic Values GATT procedure. (0/1)
230 Enables the Read Multiple Characteristic Values GATT procedure.
235 Enables the Write Without Response GATT procedure. (0/1)
239 Enables the Signed Write Without Response GATT procedure. (0/1)
243 Enables the Write Characteristic Value GATT procedure. (0/1)
247 Enables the Write Long Characteristic Values GATT procedure. (0/1)
251 Enables the Reliable Writes GATT procedure. (0/1)
265 The maximum number of attributes that can be read with a single
270 The maximum number of attributes that can be written with a single
275 The maximum number of concurrent client GATT procedures. (0/1)
279 The rate to periodically resume GATT procedures that have stalled
349 description: The preferred MTU to indicate in MTU exchange commands.
363 time passes since the previous prepared write was received, the
370 The rate that new random addresses should be generated (seconds).
377 this value may also require increasing the capacity of the
384 require increasing the capacity of the underlying storage
391 This option enables Bluetooth Mesh support. The specific
393 that have been enabled in the stack, such as GATT support.
399 Whether to enable host-side flow control. This should only be
400 enabled in host-only setups (i.e., not combined-host-controller).
405 The interval, in milliseconds, that the host should provide
406 number-of-completed-packets updates to the controller.
411 If the number of data buffers available to the controller falls to
412 this number, immediately send a number-of-completed-packets event.
413 The free buffer count is calculated as follows:
414 (total-acl-bufs - bufs-freed-since-last-num-completed-event).
419 If enabled, the host will immediately transmit a
420 host-number-of-completed-packets command whenever a connection
421 terminates. This behavior is not required by the standard, but is
427 Stops the Bluetooth host when the system shuts down. Stopping
433 Sysinit stage for the NimBLE host.