Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c316 ng_hci_unit_con_p acl_con = NULL, sco_con = NULL; in ng_hci_lp_sco_con_req() local
329 LIST_FOREACH(acl_con, &unit->con_list, next) in ng_hci_lp_sco_con_req()
330 if (acl_con->link_type == NG_HCI_LINK_ACL && in ng_hci_lp_sco_con_req()
331 acl_con->state == NG_HCI_CON_OPEN && in ng_hci_lp_sco_con_req()
332 bcmp(&acl_con->bdaddr, &ep->bdaddr, sizeof(bdaddr_t)) == 0) in ng_hci_lp_sco_con_req()
335 if (acl_con == NULL) { in ng_hci_lp_sco_con_req()
434 req->cp.con_handle = htole16(acl_con->con_handle); in ng_hci_lp_sco_con_req()