Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsco.c137 struct sco_conn *conn = hcon->sco_data; in sco_conn_add()
152 hcon->sco_data = conn; in sco_conn_add()
195 struct sco_conn *conn = hcon->sco_data; in sco_conn_del()
219 hcon->sco_data = NULL; in sco_conn_del()
1384 struct sco_conn *conn = hcon->sco_data; in sco_recv_scodata()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h742 void *sco_data; member