Lines Matching defs:con
500 ng_hci_unit_con_t *con = NULL;
508 con = ng_hci_con_by_handle(unit, h);
509 if (con == NULL) {
514 } else if (con->link_type != NG_HCI_LINK_ACL) {
517 con->link_type);
520 con->role = rp->role;
625 ng_hci_unit_con_p con = NULL;
640 con = LIST_FIRST(&unit->con_list);
643 if (con->flags & NG_HCI_CON_TIMEOUT_PENDING)
644 ng_hci_con_untimeout(con);
647 ng_hci_lp_discon_ind(con, 0x16);
648 ng_hci_free_con(con);