Home | History | Annotate | Download | only in test

Lines Matching refs:setconf_req

605 		struct bt_set_configuration_req setconf_req;
617 msg.setconf_req.h.type = BT_REQUEST;
618 msg.setconf_req.h.name = BT_SET_CONFIGURATION;
619 msg.setconf_req.h.length = sizeof(msg.setconf_req);
622 memcpy(&msg.setconf_req.codec, &u->a2dp.sbc_capabilities,
624 msg.setconf_req.h.length += msg.setconf_req.codec.length -
625 sizeof(msg.setconf_req.codec);
627 msg.setconf_req.codec.transport = BT_CAPABILITIES_TRANSPORT_SCO;
628 msg.setconf_req.codec.seid = BT_A2DP_SEID_RANGE + 1;
629 msg.setconf_req.codec.length = sizeof(pcm_capabilities_t);
632 if (service_send(u, &msg.setconf_req.h) < 0)