Searched refs:set_psth_cmd (Results 1 – 3 of 3) sorted by relevance
201 dst->set_psth_cmd = (uint16_t *)osi_malloc(len); in btc_avrc_tg_arg_deep_copy()202 if (dst->set_psth_cmd) { in btc_avrc_tg_arg_deep_copy()203 memcpy(dst->set_psth_cmd, src->set_psth_cmd, len); in btc_avrc_tg_arg_deep_copy()223 if (arg->set_psth_cmd) { in btc_avrc_tg_arg_deep_free()224 osi_free(arg->set_psth_cmd); in btc_avrc_tg_arg_deep_free()1450 btc_avrc_tg_set_supported_command(arg->set_psth_cmd); in btc_avrc_tg_call_handler()
153 uint16_t *set_psth_cmd; /* BTC_AVRC_TG_API_SET_PSTH_SUPPORTED_CMD_EVT */ member
368 arg.set_psth_cmd = (uint16_t *)cmd_set->bits; in esp_avrc_tg_set_psth_cmd_filter()