Searched refs:sco_con (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c330 ng_hci_unit_con_p acl_con = NULL, sco_con = NULL; local
367 * 1) sco_con->link_type == NG_HCI_LINK_SCO
369 * 2) sco_con->state == NG_HCI_CON_W4_LP_CON_RSP ||
370 * sco_con->state == NG_HCI_CON_W4_CONN_COMPLETE
372 * 3) sco_con->bdaddr == ep->bdaddr
389 LIST_FOREACH(sco_con, &unit->con_list, next)
390 if (sco_con->link_type == NG_HCI_LINK_SCO &&
391 (sco_con->state == NG_HCI_CON_W4_LP_CON_RSP ||
392 sco_con->state == NG_HCI_CON_W4_CONN_COMPLETE) &&
393 bcmp(&sco_con
[all...]

Completed in 91 milliseconds