Home | History | Annotate | Download | only in audio

Lines Matching refs:setconf_req

501 	struct bt_set_configuration_req *setconf_req = (void*) buf;
527 memset(setconf_req, 0, BT_SUGGESTED_BUFFER_SIZE);
528 setconf_req->h.type = BT_REQUEST;
529 setconf_req->h.name = BT_SET_CONFIGURATION;
530 setconf_req->h.length = sizeof(*setconf_req);
531 memcpy(&setconf_req->codec, &data->sbc_capabilities,
534 setconf_req->codec.transport = BT_CAPABILITIES_TRANSPORT_A2DP;
535 setconf_req->codec.length = sizeof(data->sbc_capabilities);
536 setconf_req->h.length += setconf_req->codec.length - sizeof(setconf_req->codec);
615 err = audioservice_send(data, &setconf_req->h);