Home
last modified time | relevance | path

Searched refs:key_code (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h295 uint8_t key_code; /*!< passthrough command code */ member
365 uint8_t key_code; /*!< passthrough command code */ member
552 esp_err_t esp_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_avrc_api.c208 esp_err_t esp_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state) in esp_avrc_ct_send_passthrough_cmd() argument
227 arg.pt_cmd.key_code = key_code; in esp_avrc_ct_send_passthrough_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h47 uint8_t key_code; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c869 param.psth_rsp.key_code = p_remote_rsp->rc_id; in handle_rc_passthrough_rsp()
897 param.psth_cmd.key_code = p_remote_cmd->rc_id; in handle_rc_passthrough_cmd()
1241 static bt_status_t btc_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state) in btc_avrc_ct_send_passthrough_cmd() argument
1248 key_code, key_state); in btc_avrc_ct_send_passthrough_cmd()
1251 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state); in btc_avrc_ct_send_passthrough_cmd()
1392 … 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()