Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c55 struct fc_client *next_chan_list; member
2727 t->next_chan_list = fc->clients; in fcclient_alloc()
2765 while (t && t->next_chan_list != fc) { in fcclient_free()
2766 t = t->next_chan_list; in fcclient_free()
2770 t->next_chan_list = fc->next_chan_list; in fcclient_free()
2772 tc->clients = fc->next_chan_list; in fcclient_free()