Home
last modified time | relevance | path

Searched refs:key_state (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c854 int key_state; in handle_rc_passthrough_rsp() local
855 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_rsp()
857 key_state = 1; in handle_rc_passthrough_rsp()
860 key_state = 0; in handle_rc_passthrough_rsp()
870 param.psth_rsp.key_state = key_state; in handle_rc_passthrough_rsp()
898 param.psth_cmd.key_state = p_remote_cmd->key_state; in handle_rc_passthrough_cmd()
925 p_data->remote_rsp.key_state); in btc_rc_handler()
961 p_data->remote_cmd.key_state); in btc_rc_handler()
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()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h296 uint8_t key_state; /*!< 0 for PRESSED, 1 for RELEASED */ member
366 uint8_t key_state; /*!< 0 for PRESSED, 1 for RELEASED */ 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
214 if (tl > ESP_AVRC_TRANS_LABEL_MAX || key_state > ESP_AVRC_PT_CMD_STATE_RELEASED) { 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.h48 uint8_t key_state; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h423 tBTA_AV_STATE key_state; member
434 tBTA_AV_STATE key_state; member
782 tBTA_AV_STATE key_state);
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c425 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) in BTA_AvRemoteCmd() argument
433 p_buf->msg.state = key_state; in BTA_AvRemoteCmd()
Dbta_av_act.c851 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()
863 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()