Searched defs:is_command (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_fsm.c | 535 void rfc_process_pn (tRFC_MCB *p_mcb, BOOLEAN is_command, MX_FRAME *p_frame) in rfc_process_pn() 578 void rfc_process_rpn (tRFC_MCB *p_mcb, BOOLEAN is_command, in rfc_process_rpn() 695 void rfc_process_msc (tRFC_MCB *p_mcb, BOOLEAN is_command, MX_FRAME *p_frame) in rfc_process_msc() 766 void rfc_process_rls (tRFC_MCB *p_mcb, BOOLEAN is_command, MX_FRAME *p_frame) in rfc_process_rls() 826 void rfc_process_fcon (tRFC_MCB *p_mcb, BOOLEAN is_command) in rfc_process_fcon() 847 void rfc_process_fcoff (tRFC_MCB *p_mcb, BOOLEAN is_command) in rfc_process_fcoff()
|
D | rfc_ts_frames.c | 220 void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT16 mtu, UINT8 cl, UINT8 k) in rfc_send_pn() 262 void rfc_send_fcon (tRFC_MCB *p_mcb, BOOLEAN is_command) in rfc_send_fcon() 287 void rfc_send_fcoff (tRFC_MCB *p_mcb, BOOLEAN is_command) in rfc_send_fcoff() 312 void rfc_send_msc (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, in rfc_send_msc() 363 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status) in rfc_send_rls() 420 void rfc_send_rpn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, in rfc_send_rpn() 470 void rfc_send_test (tRFC_MCB *p_mcb, BOOLEAN is_command, BT_HDR *p_buf) in rfc_send_test() 671 BOOLEAN is_command; in rfc_process_mx_message() local
|
/system/bt/stack/include/ |
D | rfcdefs.h | 106 #define RFCOMM_CR(initiator, is_command) \ argument 110 #define RFCOMM_I_CR(is_command) ((is_command) ? 0x02 : 0x00) argument
|