Lines Matching defs:command
304 ** Description Checks if cmd_code is command or response
305 ** If a command it will be rejected per spec.
308 ** Returns BOOLEAN - TRUE if cmd_code is a command and it is rejected,
309 ** FALSE if response code. (command not rejected)
325 L2CAP_TRACE_WARNING ("Dumping first Command (%d)", cmd_code);
337 ** Description Builds the L2CAP command packet header
392 /* Put in L2CAP command header */
422 ** Description Build and send an L2CAP "command reject" message
835 /* Put in L2CAP command header */
2495 UINT8 command[HCI_BRCM_ACL_PRIORITY_PARAM_SIZE];
2514 pp = command;
2521 BTM_VendorSpecificCommand (HCI_BRCM_SET_ACL_PRIORITY, HCI_BRCM_ACL_PRIORITY_PARAM_SIZE, command, NULL);