Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h175 bool btc_avrc_tg_check_supported_command(const uint16_t *cmd_set);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c349 bool allowed = btc_avrc_tg_check_supported_command(cmd_set->bits); in esp_avrc_tg_set_psth_cmd_filter()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c108 bool btc_avrc_tg_check_supported_command(const uint16_t *cmd_set) in btc_avrc_tg_check_supported_command() function
230 if (!btc_avrc_tg_check_supported_command(cmd_set)) { in btc_avrc_tg_set_supported_command()