OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdu_length
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c
395
tLLCP_STATUS llcp_sdp_proc_snl (UINT16
sdu_length
, UINT8 *p)
407
while (
sdu_length
>= 2) /* at least type and length */
416
&&(
sdu_length
>= 2 + length) ) /* type, length, TID and service name */
431
&&(
sdu_length
>= 2 + length) ) /* type, length, TID and SAP */
449
if (
sdu_length
>= 2 + length) /* type, length, value */
451
sdu_length
-= 2 + length;
460
if (
sdu_length
)
/external/libnfc-nci/src/nfc/int/
llcp_int.h
352
tLLCP_STATUS llcp_sdp_proc_snl (UINT16
sdu_length
, UINT8 *p);
/system/bt/stack/l2cap/
l2c_fcr.c
829
UINT16
sdu_length
;
local
[
all
...]
Completed in 121 milliseconds