OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_pdu_length
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_api.c
753
UINT16 pdu_hdr,
ui_pdu_length
;
local
771
BE_STREAM_TO_UINT16 (
ui_pdu_length
, p_ui_pdu);
781
if (max_data_len >= (UINT32) (
ui_pdu_length
- LLCP_PDU_HEADER_SIZE - p_buf->layer_specific))
784
*p_data_len = (UINT32) (
ui_pdu_length
- LLCP_PDU_HEADER_SIZE - p_buf->layer_specific);
788
p_buf->offset += LLCP_PDU_AGF_LEN_SIZE +
ui_pdu_length
;
789
p_buf->len -= LLCP_PDU_AGF_LEN_SIZE +
ui_pdu_length
;
847
UINT16
ui_pdu_length
;
local
863
BE_STREAM_TO_UINT16 (
ui_pdu_length
, p_ui_pdu);
865
flushed_length += (UINT32) (
ui_pdu_length
- LLCP_PDU_HEADER_SIZE - p_buf->layer_specific);
869
p_buf->offset += LLCP_PDU_AGF_LEN_SIZE +
ui_pdu_length
;
[
all
...]
llcp_link.c
61
static void llcp_link_proc_ui_pdu (UINT8 local_sap, UINT8 remote_sap, UINT16
ui_pdu_length
, UINT8 *p_ui_pdu, BT_HDR *p_msg);
[
all
...]
Completed in 433 milliseconds