Lines Matching refs:rsp_err_code
308 uint8_t *rsp_err_code) in app_config_req() argument
314 *rsp_err_code = 0; in app_config_req()
325 struct bt_a2dp_codec_cfg *codec_cfg, uint8_t *rsp_err_code) in app_reconfig_req() argument
329 *rsp_err_code = 0; in app_reconfig_req()
338 void app_config_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_config_rsp() argument
340 if (rsp_err_code == 0) { in app_config_rsp()
347 int app_establish_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_establish_req() argument
349 *rsp_err_code = 0; in app_establish_req()
354 void app_establish_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_establish_rsp() argument
356 if (rsp_err_code == 0) { in app_establish_rsp()
363 int app_release_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_release_req() argument
365 *rsp_err_code = 0; in app_release_req()
370 void app_release_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_release_rsp() argument
372 if (rsp_err_code == 0) { in app_release_rsp()
379 int app_start_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_start_req() argument
381 *rsp_err_code = 0; in app_start_req()
386 void app_start_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_start_rsp() argument
388 if (rsp_err_code == 0) { in app_start_rsp()
395 int app_suspend_req(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code) in app_suspend_req() argument
397 *rsp_err_code = 0; in app_suspend_req()
402 void app_suspend_rsp(struct bt_a2dp_stream *stream, uint8_t rsp_err_code) in app_suspend_rsp() argument
404 if (rsp_err_code == 0) { in app_suspend_rsp()