Searched defs:is_command (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_ts_frames.cc | 217 void rfc_send_pn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, uint16_t mtu, uint8_t cl, in rfc_send_pn() 260 void rfc_send_fcon(tRFC_MCB* p_mcb, bool is_command) { in rfc_send_fcon() 283 void rfc_send_fcoff(tRFC_MCB* p_mcb, bool is_command) { in rfc_send_fcoff() 306 void rfc_send_msc(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, tPORT_CTRL* p_pars) { in rfc_send_msc() 353 void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, uint8_t status) { in rfc_send_rls() 405 void rfc_send_rpn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, PortSettings* p_settings, in rfc_send_rpn() 450 void rfc_send_test(tRFC_MCB* p_mcb, bool is_command, BT_HDR* p_buf) { in rfc_send_test() 666 bool is_command = p_rx_frame->cr; in rfc_process_mx_message() local
|
D | rfc_port_fsm.cc | 635 void rfc_process_pn(tRFC_MCB* p_mcb, bool is_command, MX_FRAME* p_frame) { in rfc_process_pn() 675 void rfc_process_rpn(tRFC_MCB* p_mcb, bool is_command, bool is_request, MX_FRAME* p_frame) { in rfc_process_rpn() 777 void rfc_process_msc(tRFC_MCB* p_mcb, bool is_command, MX_FRAME* p_frame) { in rfc_process_msc() 850 void rfc_process_rls(tRFC_MCB* p_mcb, bool is_command, MX_FRAME* p_frame) { in rfc_process_rls() 897 void rfc_process_fcon(tRFC_MCB* p_mcb, bool is_command) { in rfc_process_fcon() 917 void rfc_process_fcoff(tRFC_MCB* p_mcb, bool is_command) { in rfc_process_fcoff()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | rfcdefs.h | 115 #define RFCOMM_CR(initiator, is_command) \ argument 118 #define RFCOMM_I_CR(is_command) ((is_command) ? 0x02 : 0x00) argument
|
/aosp_15_r20/build/bazel/ |
H A D | lib.sh | 32 function is_command { function
|
/aosp_15_r20/packages/apps/Nfc/testutils/ |
D | parse_log.py | 93 is_command: bool = False variable in PartialApduEntry
|
/aosp_15_r20/external/tinyalsa_new/utils/ |
H A D | tinymix.c | 74 static int is_command(char *arg) { in is_command() function
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | att.py | 298 def is_command(self): member in ATT_PDU
|
/aosp_15_r20/external/mksh/src/ |
H A D | edit.c | 246 x_print_expansions(int nwords, char * const *words, bool is_command) in x_print_expansions() 623 bool is_command; in x_cf_glob() local
|