Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c389 LIST_FOREACH(sco_con, &unit->con_list, next) in ng_hci_lp_sco_con_req()
390 if (sco_con->link_type == NG_HCI_LINK_SCO && in ng_hci_lp_sco_con_req()
396 if (sco_con != NULL) { in ng_hci_lp_sco_con_req()
397 switch (sco_con->state) { in ng_hci_lp_sco_con_req()
403 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
410 sco_con->state); in ng_hci_lp_sco_con_req()
423 if (sco_con == NULL) { in ng_hci_lp_sco_con_req()
428 bcopy(&ep->bdaddr, &sco_con->bdaddr, sizeof(sco_con->bdaddr)); in ng_hci_lp_sco_con_req()
436 ng_hci_free_con(sco_con); in ng_hci_lp_sco_con_req()
468 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
[all …]