Searched refs:set_psth_cmd (Results 1 – 3 of 3) sorted by relevance
192 dst->set_psth_cmd = (uint16_t *)osi_malloc(len); in btc_avrc_tg_arg_deep_copy()193 if (dst->set_psth_cmd) { in btc_avrc_tg_arg_deep_copy()194 memcpy(dst->set_psth_cmd, src->set_psth_cmd, len); in btc_avrc_tg_arg_deep_copy()211 if (arg->set_psth_cmd) { in btc_avrc_tg_arg_deep_free()212 osi_free(arg->set_psth_cmd); in btc_avrc_tg_arg_deep_free()1438 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
360 arg.set_psth_cmd = (uint16_t *)cmd_set->bits; in esp_avrc_tg_set_psth_cmd_filter()