Home
last modified time | relevance | path

Searched refs:HOST_LIST_MAX_LEN (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_AdminMgmt.c55 #define HOST_LIST_MAX_LEN 0x05U macro
102 uint8_t host_list[HOST_LIST_MAX_LEN];
1184 for(i=0 ;(reg_length <= HOST_LIST_MAX_LEN)&&(i < reg_length); i++) in phHciNfc_Admin_InfoUpdate()