Home
last modified time | relevance | path

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

/system/bt/bta/jv/
Dbta_jv_act.c2402 struct fc_client *t = NULL, *new_conn; in fcchan_conn_chng_cbk() local
2418 new_conn = fcclient_alloc(chan, FALSE, &t->sec_id); in fcchan_conn_chng_cbk()
2419 if (new_conn){ in fcchan_conn_chng_cbk()
2421 memcpy(&new_conn->remote_addr, bd_addr, sizeof(new_conn->remote_addr)); in fcchan_conn_chng_cbk()
2422 new_conn->p_cback = NULL; //for now in fcchan_conn_chng_cbk()
2423 new_conn->init_called = TRUE; /*nop need to do it again */ in fcchan_conn_chng_cbk()
2428 t = new_conn; in fcchan_conn_chng_cbk()