Home
last modified time | relevance | path

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

/src/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c329 ng_hci_unit_con_p acl_con = NULL, sco_con = NULL; in ng_hci_lp_sco_con_req() local
388 LIST_FOREACH(sco_con, &unit->con_list, next) in ng_hci_lp_sco_con_req()
389 if (sco_con->link_type == NG_HCI_LINK_SCO && in ng_hci_lp_sco_con_req()
390 (sco_con->state == NG_HCI_CON_W4_LP_CON_RSP || in ng_hci_lp_sco_con_req()
391 sco_con->state == NG_HCI_CON_W4_CONN_COMPLETE) && in ng_hci_lp_sco_con_req()
392 bcmp(&sco_con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0) in ng_hci_lp_sco_con_req()
395 if (sco_con != NULL) { in ng_hci_lp_sco_con_req()
396 switch (sco_con->state) { in ng_hci_lp_sco_con_req()
402 sco_con->flags |= NG_HCI_CON_NOTIFY_SCO; in ng_hci_lp_sco_con_req()
409 sco_con->state); in ng_hci_lp_sco_con_req()
[all …]