Lines Matching refs:command
28 Size command response. If this size if greater than effective Link
49 command response.
77 can send by setting this value in the Host Buffer Size command.
117 buffers by setting this value in the Host Buffer Size command.
129 # LE Read Supported Commands command complete event.
157 # LE Generate DHKey v2 command
172 int "Number of HCI command buffers" if !BT_HCI_RAW || !HAS_BT_CTLR
180 # the system work queue for HCI command Tx towards the Controller, one additional HCI
181 # command buffer is needed.
194 Normal HCI commands follow the HCI command flow control using Num_HCI_Command_Packets
195 return in HCI command complete and status.
197 The Host Number of Completed Packets command does not follow normal flow control of HCI
198 commands and the Controller side HCI drivers that allocates HCI command buffers with
199 K_NO_WAIT can end up running out of command buffers.
204 HCI command flow control to be able to send Ncmd normal HCI commands and
205 BT_BUF_ACL_RX_COUNT of Host Number of Completed Packets command down to the Controller.