Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c226 arg.pt_cmd.tl = tl; in esp_avrc_ct_send_passthrough_cmd()
227 arg.pt_cmd.key_code = key_code; in esp_avrc_ct_send_passthrough_cmd()
228 arg.pt_cmd.key_state = key_state; in esp_avrc_ct_send_passthrough_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h82 pt_cmd_t pt_cmd; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c1392 … btc_avrc_ct_send_passthrough_cmd(arg->pt_cmd.tl, arg->pt_cmd.key_code, arg->pt_cmd.key_state); in btc_avrc_ct_call_handler()