Home | History | Annotate | Download | only in audio

Lines Matching defs:rsp

144 			uint8_t mode, uint8_t key, struct bt_control_rsp *rsp)
147 struct bt_control_req *req = (void *) rsp;
148 bt_audio_error_t *err = (void *) rsp;
165 ret = recv(data->sock, rsp, BT_SUGGESTED_BUFFER_SIZE, 0);
171 if (rsp->h.type == BT_ERROR) {
178 type = bt_audio_strtype(rsp->h.type);
182 rsp->h.type);
186 name = bt_audio_strname(rsp->h.name);
190 rsp->h.name);
194 if (rsp->h.name != BT_CONTROL) {
208 struct bt_control_rsp *rsp = (void *) buf;
215 ret = bluetooth_send_ctl(data, key, 0, rsp);
219 *value = rsp->key;
229 struct bt_control_rsp *rsp = (void *) buf;
246 ret = bluetooth_send_ctl(data, key, keyvalue, rsp);