Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2744 struct fc_channel *tc = fcchan_get(fc->chan, FALSE); in fcclient_free() local
2762 if (tc) { in fcclient_free()
2763 t = tc->clients; in fcclient_free()
2772 tc->clients = fc->next_chan_list; in fcclient_free()
2777 tc->has_server = FALSE; in fcclient_free()
2791 struct fc_channel *tc; in fcchan_conn_chng_cbk() local
2798 tc = fcchan_get(chan, FALSE); in fcchan_conn_chng_cbk()
2799 if (tc) { in fcchan_conn_chng_cbk()
2800 t = fcclient_find_by_addr(tc->clients, bd_addr); // try to find an open socked for that addr in fcchan_conn_chng_cbk()
2805 … t = fcclient_find_by_addr(tc->clients, NULL); // try to find a listening socked for that channel in fcchan_conn_chng_cbk()
[all …]