Searched refs:conn_create (Results 1 – 4 of 4) sorted by relevance
1262 evt_data.conn_create.status = status; in nfc_ncif_proc_conn_create_rsp()1263 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()1264 evt_data.conn_create.id = p_cb->id; in nfc_ncif_proc_conn_create_rsp()1265 evt_data.conn_create.buff_size = p_cb->buff_size; in nfc_ncif_proc_conn_create_rsp()1266 evt_data.conn_create.num_buffs = p_cb->num_buff; in nfc_ncif_proc_conn_create_rsp()
1621 p_cb = nfa_ee_find_ecb(p_cbk->p_data->conn_create.id); in nfa_ee_nci_conn()1632 if (p_conn->conn_create.status == NFC_STATUS_OK) { in nfa_ee_nci_conn()1642 evt_data.connect.status = p_conn->conn_create.status; in nfa_ee_nci_conn()
851 tNFC_CONN_CREATE_CEVT conn_create; member
642 nfa_hci_cb.buff_size = p_data->conn_create.buff_size; in nfa_hci_conn_cback()