Home | History | Annotate | Download | only in libpcap

Lines Matching refs:dev_id

73 	int dev_id;		/* device ID of device we're bound to */
119 pcap_snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id);
188 int dev_id;
193 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
213 handlep->dev_id = dev_id;
258 addr.hci_dev = handlep->dev_id;
264 "Can't attach to device %d: %s", handlep->dev_id,
384 dev_info.dev_id = handlep->dev_id;