OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:miux
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nxp/inc/
phNfcLlcpTypes.h
46
#define PHFRINFC_LLCP_MIUX_DEFAULT 0 /**< Default
MIUX
value (in bytes) */
47
#define PHFRINFC_LLCP_MIUX_MAX 0x7FF /**< Max
MIUX
value (in bytes) */
112
/** The remote Maximum Information Unit Extension (NOTE: this is
MIUX
, not MIU !)*/
122
/** The remote Maximum Information Unit (NOTE: this is MIU, not
MIUX
!)*/
/external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c
172
void phFriNfc_Llcp_EncodeMIUX(uint16_t
miux
,
176
miux
=
miux
& PHFRINFC_LLCP_TLV_MIUX_MASK;
178
pMiuxEncoded[0] =
miux
>> 8;
179
pMiuxEncoded[1] =
miux
& 0xff;
phFriNfc_Llcp.h
151
#define PHFRINFC_LLCP_TLV_MIUX_MASK 0x07FF /**< \internal Mask to apply to
MIUX
TLV Value.*/
164
#define PHFRINFC_LLCP_TLV_TYPE_MIUX 0x02 /**< \internal
MIUX
parameter Type code.*/
182
#define PHFRINFC_LLCP_TLV_LENGTH_MIUX 2 /**< \internal Fixed length of
MIUX
parameter Value.*/
phFriNfc_LlcpTransport_Connection.c
433
/* Error : Ill-formed
MIUX
parameter TLV */
444
/* Error : Ill-formed
MIUX
parameter TLV */
1663
uint8_t
miux
[2];
local
1866
uint8_t
miux
[2];
local
[
all
...]
phFriNfc_Llcp.c
409
/* Error : Ill-formed
MIUX
parameter TLV */
421
/* Error : Ill-formed
MIUX
parameter TLV */
1136
uint16_t
miux
;
local
[
all
...]
phFriNfc_LlcpTransport.c
[
all
...]
/external/libnfc-nci/src/nfc/include/
llcp_defs.h
115
#define LLCP_MIUX_MASK 0x07FF /*
MIUX
bit 10:0 */
116
#define LLCP_DEFAULT_MIU 128 /* if local LLC doesn't receive
MIUX
*/
Completed in 381 milliseconds