Lines Matching full:command
48 /** Allocate a HCI command buffer.
50 * This function allocates a new buffer for a HCI command. It is given
55 * @param opcode Command OpCode.
56 * @param param_len Length of command parameters.
62 /** Send a HCI command asynchronously.
64 * This function is used for sending a HCI command asynchronously. It can
66 * if the command has no parameters a NULL can be passed instead. The
67 * sending of the command will happen asynchronously, i.e. upon successful
71 * If synchronous behavior, and retrieval of the Command Complete parameters
74 * @param opcode Command OpCode.
75 * @param buf Command buffer or NULL (if no parameters).
81 /** Send a HCI command synchronously.
83 * This function is used for sending a HCI command synchronously. It can
85 * if the command has no parameters a NULL can be passed instead.
87 * The function will block until a Command Status or a Command Complete
90 * be set. If the command completed successfully and a non-NULL rsp parameter
94 * @param opcode Command OpCode.
95 * @param buf Command buffer or NULL (if no parameters).
96 * @param rsp Place to store a reference to the command response. May
167 * the HCI Read Local Version Information command.
205 * random bytes from an LE Controller using the HCI_LE_Rand command.