OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPN
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calculator/
arity-2.1.2.jar
/external/bluetooth/hcidump/parser/
rfcomm.c
122
rpn_msg *
rpn
= (void *) (ptr - STRUCT_END(rpn_msg, mcc_s_head));
local
124
printf("
RPN
%s: ", CR_STR(mcc_head));
129
printf("dlci %d ", GET_DLCI(
rpn
->dlci));
138
rpn
->rpn_val.bit_rate,
rpn
->rpn_val.data_bits,
139
rpn
->rpn_val.stop_bit,
rpn
->rpn_val.parity,
140
rpn
->rpn_val.parity_type,
rpn
->rpn_val.xon_input,
141
rpn
->rpn_val.xon_output)
[
all
...]
rfcomm.h
99
#define
RPN
(0x90 >> 2) /* remote port negotiation */
Completed in 23 milliseconds