Lines Matching +full:host +full:- +full:side
5 # SPDX-License-Identifier: Apache-2.0
15 Maximum supported ACL size of data packets sent from the Host to the
18 In a combined build this value will be set in both the Host and the
21 In a Host-only build the Host will read the maximum ACL size supported
23 Host and the Controller.
25 The Host supports sending of larger L2CAP PDUs than the ACL size and
41 Number of outgoing ACL data buffers sent from the Host to the
43 Host can have queued in the Controller before waiting for the
44 to notify the Host that more packets can be queued with the Number of
46 The buffers are shared between all of the connections and the Host
63 the Host. This value does not include the HCI ACL header.
65 In a combined Host and Controller build, both the
66 Host and the Controller will use this value for buffer sizes, making
67 Controller to Host flow control not strictly necessary.
69 In a Host only build with Controller to Host flow control enabled
70 the Host will inform the Controller about the maximum ACL data size it
71 can send by setting this value in the Host Buffer Size command.
73 If Controller to Host flow control is not enabled then the Controller
74 can assume the Host has to receive and process ACL data faster than
78 that the Controller will send to the Host.
86 the Host.
97 Host.
98 In a combined Host and Controller build the buffers are shared and
99 therefore Controller to Host flow control is not needed.
101 In a Host only build with Controller to Host flow control enabled
102 the Host will inform the Controller about the maximum number of
103 buffers by setting this value in the Host Buffer Size command.
105 When Controller to Host flow control is not enabled the Controller
106 can assume that the Host has infinite amount of buffers.
109 enforced by a build-time check: BT_BUF_ACL_RX_COUNT needs to be at
122 This value is used by both the Host and the Controller for buffer
179 This value is used by both the Host and the Controller for buffer
190 Number of buffers available for outgoing HCI commands from the Host.
195 ZEPHYR_BT_HCI := zephyr,bt-hci
199 default $(dt_chosen_bool_prop,$(ZEPHYR_BT_HCI),bt-hci-vs-ext)
202 for the Zephyr HCI Vendor-Specific Commands and Event.
205 bool "Zephyr HCI Vendor-Specific Commands"
209 Enable support for the Zephyr HCI Vendor-Specific Commands in the
210 Host and/or Controller. This enables Set Version Information,
217 Enable emitting HCI Vendor-Specific events for system and Controller
240 from the Host) for the NOP opcode to indicate that the Controller is
252 kernel-wide __ASSERT() when CONFIG_ASSERT is disabled.
299 instead of plain-text output. Requires a special application
300 on the host side that can decode this protocol. Currently
318 plain-text output. Requires a special application
319 on the host side that can decode this protocol. Currently
329 Select index of up-buffer used for logger output.
338 Select index of up-buffer used for logger output.
341 int "Size of reserved up-buffer for custom logger output."
344 Specify reserved size of up-buffer used for custom logger output.