Searched refs:rsp_err_code (Results 1 – 2 of 2) sorted by relevance
308 uint8_t *rsp_err_code) in app_config_req() argument314 *rsp_err_code = 0; in app_config_req()329 *rsp_err_code = 0; in app_reconfig_req()340 if (rsp_err_code == 0) { in app_config_rsp()349 *rsp_err_code = 0; in app_establish_req()356 if (rsp_err_code == 0) { in app_establish_rsp()365 *rsp_err_code = 0; in app_release_req()372 if (rsp_err_code == 0) { in app_release_rsp()381 *rsp_err_code = 0; in app_start_req()388 if (rsp_err_code == 0) { in app_start_rsp()[all …]
266 uint8_t rsp_err_code; in a2dp_process_config_ind() local330 err = a2dp_cb->config_req(a2dp, ep, &cfg, &stream, &rsp_err_code); in a2dp_process_config_ind()339 *errcode = rsp_err_code != 0 ? rsp_err_code : BT_AVDTP_BAD_ACP_SEID; in a2dp_process_config_ind()342 err = a2dp_cb->reconfig_req(stream, &cfg, &rsp_err_code); in a2dp_process_config_ind()344 *errcode = rsp_err_code; in a2dp_process_config_ind()399 typedef int (*bt_a2dp_ctrl_req_cb)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code);419 uint8_t rsp_err_code; in a2dp_ctrl_ind() local422 err = req_cb(stream, &rsp_err_code); in a2dp_ctrl_ind()424 *errcode = rsp_err_code; in a2dp_ctrl_ind()767 typedef void (*bt_a2dp_rsp_cb)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code);
Completed in 11 milliseconds