Home
last modified time | relevance | path

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

/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc671 tNFA_STATUS NFA_EeAddSystemCodeRouting(uint16_t systemcode, in NFA_EeAddSystemCodeRouting() argument
680 if (p_cb == nullptr || systemcode == 0) { in NFA_EeAddSystemCodeRouting()
696 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8; in NFA_EeAddSystemCodeRouting()
725 tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode) { in NFA_EeRemoveSystemCodeRouting() argument
728 if (systemcode == 0) { in NFA_EeRemoveSystemCodeRouting()
740 p_msg->syscode = (systemcode & 0x00FF) << 8 | (systemcode & 0xFF00) >> 8; in NFA_EeRemoveSystemCodeRouting()
/system/nfc/src/nfa/include/
Dnfa_ee_api.h471 extern tNFA_STATUS NFA_EeAddSystemCodeRouting(uint16_t systemcode,
497 extern tNFA_STATUS NFA_EeRemoveSystemCodeRouting(uint16_t systemcode);