Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c135 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
152 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_update_route_size()
1930 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_route_add_one_ecb()
1943 if (power_cfg != NCI_ROUTE_PWR_STATE_ON) in nfa_ee_route_add_one_ecb()
1953 power_cfg |= NCI_ROUTE_PWR_STATE_ON; in nfa_ee_route_add_one_ecb()
1966 if (power_cfg != NCI_ROUTE_PWR_STATE_ON) in nfa_ee_route_add_one_ecb()
1977 *pp++ = NCI_ROUTE_PWR_STATE_ON; in nfa_ee_route_add_one_ecb()
/external/libnfc-nci/src/hal/include/
Dnci_defs.h435 #define NCI_ROUTE_PWR_STATE_ON 0x01 /* The device is on */ macro