Home | History | Annotate | Download | only in btm

Lines Matching full:command

636 ** Description      Send a vendor specific HCI command to the controller.
639 ** BTM_SUCCESS Command sent. Does not expect command complete
640 ** event. (command cmpl callback param is NULL)
641 ** BTM_CMD_STARTED Command sent. Waiting for command cmpl event.
655 /* Allocate a buffer to hold HCI command plus the callback function */
659 /* Send the HCI command (opcode will be OR'd with HCI_GRP_VENDOR_SPECIFIC) */
679 ** Command complete message is received from the HCI.
766 ** Note: Some controllers do not send command complete, so
793 ** BTM_SUCCESS Command sent.
794 ** BTM_NO_RESOURCES If out of resources to send the command.
802 /* Send the HCI command */
813 ** Description Send HCI Write Voice Settings command.
817 ** BTM_SUCCESS Command sent.
818 ** BTM_NO_RESOURCES If out of resources to send the command.
826 /* Send the HCI command */
837 ** Description Send HCI the enable device under test command.
843 ** BTM_SUCCESS Command sent.
844 ** BTM_NO_RESOURCES If out of resources to send the command.
855 /* Allocate a buffer to hold HCI command */
885 /* Send the HCI command */
910 /* Check if the previous command is completed */
926 /* Send the HCI command */
940 ** Description This function is called when the command complete message
941 ** is received from the HCI for the delete stored link key command.
956 /* Set the call back event to indicate command complete */