Lines Matching refs:getcaps_req
300 struct bt_get_capabilities_req getcaps_req;
309 msg.getcaps_req.h.type = BT_REQUEST;
310 msg.getcaps_req.h.name = BT_GET_CAPABILITIES;
311 msg.getcaps_req.h.length = sizeof(msg.getcaps_req);
313 strncpy(msg.getcaps_req.destination, u->address,
314 sizeof(msg.getcaps_req.destination));
315 msg.getcaps_req.transport = u->transport;
316 msg.getcaps_req.flags = BT_FLAG_AUTOCONNECT;
318 if (service_send(u, &msg.getcaps_req.h) < 0)