Home | History | Annotate | Download | only in hci

Lines Matching refs:reg_app_names

169         if (  (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0)
170 &&(!strncmp (p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], app_name_len)) )
953 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0)
955 NFA_TRACE_API2 (" Host Inx: %u Name: %s", xx, &nfa_hci_cb.cfg.reg_app_names[xx][0]);