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

  /system/bt/stack/rfcomm/
rfc_ts_frames.cc 202 void rfc_send_pn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, uint16_t mtu,
210 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_PN;
221 if (is_command)
245 void rfc_send_fcon(tRFC_MCB* p_mcb, bool is_command) {
252 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_FCON;
268 void rfc_send_fcoff(tRFC_MCB* p_mcb, bool is_command) {
275 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_FCOFF;
291 void rfc_send_msc(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
310 *p_data++ = RFCOMM_EA | RFCOMM_I_CR(is_command) | RFCOMM_MX_MSC;
338 void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
612 bool is_command; local
    [all...]
  /external/mksh/src/
edit.c 241 x_print_expansions(int nwords, char * const *words, bool is_command)
252 if (!is_command &&
618 bool is_command; local
620 len = x_locate_word(buf, buflen, pos, startp, &is_command);
622 is_command = false;
628 if (len == 0 && is_command)
680 nwords = is_command ?
689 if (is_command)
    [all...]

Completed in 71 milliseconds