Searched refs:key_code (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_avrc_api.h | 295 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/ |
D | esp_avrc_api.c | 208 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/ |
D | btc_avrc.h | 47 uint8_t key_code; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 869 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()
|