OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_pkt
(Results
1 - 1
of
1
) sorted by null
/external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c
324
BOOLEAN
first_pkt
= TRUE;
local
342
while ((
first_pkt
== TRUE) || (msg_len != 0))
349
data_len =
first_pkt
? (max_seg_hcp_pkt_size - 2) : (max_seg_hcp_pkt_size - 1);
367
if (
first_pkt
)
369
first_pkt
= FALSE;
[
all
...]
Completed in 330 milliseconds