Lines Matching full:command
395 ** Description Local function called to send a reset command
404 /* flush out the command complete queue and command transmit queue */
407 /* Start reset timer. When timer expires we will send first command */
420 ** Description Local function called to send a read buffer size command
439 ** Description Local function called to send a read BLE buffer size command
456 ** Description Local function called to send a read BLE buffer size command
475 ** features command
552 /* Just read the basic features (legacy HCI command) */
606 ** Description This function is called when command complete for HCI_Reset
607 ** is received. It does not make sense to send next command
608 ** because device is resetting after command complete is
723 ** Description This function is called when command complete for
787 ** Description This function is called when command complete for
821 ** Description This function is called when command complete for
1183 ** - after this is done it issues command to re-read LMP features
1348 **HCI_Read_Local_Extended_Features command,
1365 ** command complete message is received from the HCI.
1466 ** Description This function is called when the command complete message
1468 ** command.
1495 ** Description This function is called when the command complete message
1497 ** command.
1865 ** Description Send a vendor specific HCI command to the controller.
1868 ** BTM_SUCCESS Command sent. Does not expect command complete
1869 ** event. (command cmpl callback param is NULL)
1870 ** BTM_CMD_STARTED Command sent. Waiting for command cmpl event.
1884 /* Allocate a buffer to hold HCI command plus the callback function */
1888 /* Send the HCI command (opcode will be OR'd with HCI_GRP_VENDOR_SPECIFIC) */
1908 ** Command complete message is received from the HCI.
1995 ** Note: Some controllers do not send command complete, so
2022 ** BTM_SUCCESS Command sent.
2023 ** BTM_NO_RESOURCES If out of resources to send the command.
2031 /* Send the HCI command */
2042 ** Description Send HCI Write Voice Settings command.
2046 ** BTM_SUCCESS Command sent.
2047 ** BTM_NO_RESOURCES If out of resources to send the command.
2055 /* Send the HCI command */
2066 ** Description Send HCI the enable device under test command.
2072 ** BTM_SUCCESS Command sent.
2073 ** BTM_NO_RESOURCES If out of resources to send the command.
2084 /* Allocate a buffer to hold HCI command */
2114 /* Send the HCI command */
2155 /* Check if the previous command is completed */
2171 /* Send the HCI command */
2201 /* Check if the previous command is completed */
2211 /* Send the HCI command */
2239 /* Check if the previous command is completed */
2255 /* Send the HCI command */
2270 ** Description This function is called when the command complete message
2271 ** is received from the HCI for the read stored link key command.
2286 /* Set the call back event to indicate command complete */
2312 ** Description This function is called when the command complete message
2313 ** is received from the HCI for the write stored link key command.
2328 /* Set the call back event to indicate command complete */
2345 ** Description This function is called when the command complete message
2346 ** is received from the HCI for the delete stored link key command.
2361 /* Set the call back event to indicate command complete */
2379 ** is received from the HCI for the read stored link key command.