Home
last modified time | relevance | path

Searched refs:set_psth_cmd (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c201 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()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h153 uint16_t *set_psth_cmd; /* BTC_AVRC_TG_API_SET_PSTH_SUPPORTED_CMD_EVT */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_avrc_api.c368 arg.set_psth_cmd = (uint16_t *)cmd_set->bits; in esp_avrc_tg_set_psth_cmd_filter()