Lines Matching defs:dev_id
68 int dev_id; /* device ID of device we're bound to */
122 snprintf(dev_name, sizeof(dev_name), BT_IFACE"%u", dev_req->dev_id);
197 int dev_id;
202 if (sscanf(handle->opt.device, BT_IFACE"%d", &dev_id) != 1)
233 handlep->dev_id = dev_id;
278 addr.hci_dev = handlep->dev_id;
284 errno, "Can't attach to device %d", handlep->dev_id);
422 dev_info.dev_id = handlep->dev_id;