Lines Matching refs:open_req
573 struct bt_open_req open_req;
580 msg.open_req.h.type = BT_REQUEST;
581 msg.open_req.h.name = BT_OPEN;
582 msg.open_req.h.length = sizeof(msg.open_req);
584 strncpy(msg.open_req.destination, u->address,
585 sizeof(msg.open_req.destination));
586 msg.open_req.seid = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ?
589 msg.open_req.lock = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ?
592 if (service_send(u, &msg.open_req.h) < 0)