Lines Matching refs:rsp
204 struct bt_bap_qos_cfg_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
213 *rsp = BT_BAP_ASCS_RSP(BT_BAP_ASCS_RSP_CODE_NO_MEM, BT_BAP_ASCS_REASON_NONE); in lc3_config()
230 struct bt_bap_qos_cfg_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument
236 *rsp = BT_BAP_ASCS_RSP(BT_BAP_ASCS_RSP_CODE_CONF_UNSUPPORTED, BT_BAP_ASCS_REASON_NONE); in lc3_reconfig()
243 struct bt_bap_ascs_rsp *rsp) in lc3_qos() argument
253 struct bt_bap_ascs_rsp *rsp) in lc3_enable() argument
260 static int lc3_start(struct bt_bap_stream *stream, struct bt_bap_ascs_rsp *rsp) in lc3_start() argument
285 struct bt_bap_ascs_rsp *rsp = (struct bt_bap_ascs_rsp *)user_data; in data_func_cb() local
289 *rsp = BT_BAP_ASCS_RSP(BT_BAP_ASCS_RSP_CODE_METADATA_REJECTED, data->type); in data_func_cb()
298 struct bt_bap_ascs_rsp *rsp) in lc3_metadata() argument
302 return bt_audio_data_parse(meta, meta_len, data_func_cb, rsp); in lc3_metadata()
305 static int lc3_disable(struct bt_bap_stream *stream, struct bt_bap_ascs_rsp *rsp) in lc3_disable() argument
312 static int lc3_stop(struct bt_bap_stream *stream, struct bt_bap_ascs_rsp *rsp) in lc3_stop() argument
319 static int lc3_release(struct bt_bap_stream *stream, struct bt_bap_ascs_rsp *rsp) in lc3_release() argument