HomeSort by relevance Sort by last modified time
    Searched defs:is_command (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 231 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k)
242 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_PN;
251 if (is_command)
276 void rfc_send_fcon (tRFC_MCB *p_mcb, BOOLEAN is_command)
287 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_FCON;
304 void rfc_send_fcoff (tRFC_MCB *p_mcb, BOOLEAN is_command)
315 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_FCOFF;
332 void rfc_send_msc (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command,
355 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_MSC;
386 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status
703 BOOLEAN is_command; local
    [all...]
  /external/mksh/src/
edit.c 226 x_print_expansions(int nwords, char * const *words, bool is_command)
236 if (!is_command &&
593 bool is_command; local
597 len = x_locate_word(buf, buflen, pos, startp, &is_command);
599 is_command = false;
605 if (len == 0 && is_command)
656 nwords = is_command ?
665 if (is_command)
    [all...]

Completed in 133 milliseconds