Lines Matching full:controller
10 * 1. Host + Controller build with and without Controller to Host data flow control, or
11 * 2. Host-only with and without Controller to Host data flow control, or
12 * 3. Controller-only without Controller to Host data flow control support
15 /* Host + Controller build, and Host-only build */
24 /* Controller-only build need no additional HCI command buffers */
26 "Mismatch in allocated HCI command buffers compared to Controller supported value.");
29 /* Controller-only build do not enqueue auto initiated HCI commands */
36 /* When Controller to Host data flow control is supported in Host plus Controller build, or
48 * BT_BUF_HCI_ACL_RX_COUNT defines the number of available buffers for Controller to Host data
77 /* Based on Host + Controller, Host-only or Controller-only; Calculate the HCI Command Tx count. */
85 /* When Controller to Host data flow control is supported in the Controller-only build, ensure
87 * where Ncmd is supported maximum Num_HCI_Command_Packets in the Controller implementation.
92 "Undefined Controller implementation supported Num_HCI_Command_Packets value.");
97 /* Controller-only with Controller to Host data flow control */