Lines Matching +full:hci +full:- +full:uart

5 # SPDX-License-Identifier: Apache-2.0
16 Controller. This value does not include the HCI ACL header.
21 In a Host-only build the Host will read the maximum ACL size supported
26 The Controller will return this value in the HCI LE Read Buffer
46 The Controller will return this value in the HCI LE Read Buffer Size
61 the Host. This value does not include the HCI ACL header.
90 An L2CAP PDU is also referred to as an L2CAP basic frame or B-frame.
91 An L2CAP SDU is also referred to as an L2CAP Credit-based frame or
92 K-frame.
112 int "Maximum supported HCI Event buffer length"
118 Maximum supported HCI event buffer size. This value does not include
119 the HCI Event header.
121 sizes that include HCI events. It should be set according to the
122 expected HCI events that can be generated from the configuration.
123 If the subset of possible HCI events is unknown, this should be set to
127 int "Number of HCI Event buffers"
133 Number of buffers available for incoming HCI events from the
137 int "Maximum supported discardable HCI Event buffer length"
146 Maximum support discardable HCI event size of buffers in the separate
148 HCI Event header.
153 int "Number of discardable HCI Event buffers"
160 the HCI driver considers discardable. Examples of such events
167 int "Maximum support HCI Command buffer length"
176 Maximum data size for each HCI Command buffer. This value does not
177 include the HCI Command header.
179 sizes that include HCI commands. It should be set according to the
180 expected HCI commands that can be sent from the configuration.
181 If the subset of possible HCI commands is unknown, this should be set
185 int "Number of HCI command buffers"
189 Number of buffers available for outgoing HCI commands from the Host.
197 for the Zephyr HCI Vendor-Specific Commands and Event.
200 bool "Zephyr HCI Vendor-Specific Commands"
204 Enable support for the Zephyr HCI Vendor-Specific Commands in the
209 bool "Zephyr HCI Vendor-Specific Extensions"
213 Enable support for the Zephyr HCI Vendor-Specific Extensions in the
218 bool "Zephyr HCI Vendor-Specific Events"
221 Enable support for the Zephyr HCI Vendor-Specific Events in the
225 bool "Allow vendor specific HCI event Zephyr Fatal Error"
228 Enable emiting HCI Vendor-Specific events for system and Controller
232 bool "Use heuristics to guess HCI vendor extensions support in advance"
237 supports the HCI vendor extensions in advance, in order to prevent
242 bool "Mesh HCI Command support"
245 Enable support for the Bluetooth mesh HCI Commands.
264 kernel-wide __ASSERT() when CONFIG_ASSERT is disabled.
297 bool "[DEPRECATED] Normal printf-style to console"
308 bool "Monitor protocol over UART"
313 Use a custom logging protocol over the console UART
314 instead of plain-text output. Requires a special application
320 however if there is only a single external UART then
333 plain-text output. Requires a special application
344 Select index of up-buffer used for logger output.
353 Select index of up-buffer used for logger output.
356 int "Size of reserved up-buffer for custom logger output."
359 Specify reserved size of up-buffer used for custom logger output.