Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c863 int key_state; in handle_rc_passthrough_rsp() local
864 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_rsp()
866 key_state = 1; in handle_rc_passthrough_rsp()
869 key_state = 0; in handle_rc_passthrough_rsp()
879 param.psth_rsp.key_state = key_state; in handle_rc_passthrough_rsp()
906 param.psth_cmd.key_state = p_remote_cmd->key_state; in handle_rc_passthrough_cmd()
933 p_data->remote_rsp.key_state); in btc_rc_handler()
973 p_data->remote_cmd.key_state); in btc_rc_handler()
1253 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
1260 key_code, key_state); in btc_avrc_ct_send_passthrough_cmd()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h304 uint8_t key_state; /*!< 0 for PRESSED, 1 for RELEASED */ member
373 uint8_t key_state; /*!< 0 for PRESSED, 1 for RELEASED */ member
559 esp_err_t esp_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state);
/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/
Dsecure_boot.c245 esp_err_t key_state = check_and_generate_secure_boot_keys(image_data); in esp_secure_boot_v2_permanently_enable() local
246 if (key_state != ESP_OK) { in esp_secure_boot_v2_permanently_enable()
248 return key_state; in esp_secure_boot_v2_permanently_enable()
Dflash_encrypt.c117 esp_err_t key_state = check_and_generate_encryption_keys(); in initialise_flash_encryption() local
118 if(key_state != ESP_OK) { in initialise_flash_encryption()
120 return key_state; in initialise_flash_encryption()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_avrc_api.c216 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
222 if (tl > ESP_AVRC_TRANS_LABEL_MAX || key_state > ESP_AVRC_PT_CMD_STATE_RELEASED) { in esp_avrc_ct_send_passthrough_cmd()
236 arg.pt_cmd.key_state = key_state; in esp_avrc_ct_send_passthrough_cmd()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h414 tBTA_AV_STATE key_state; member
425 tBTA_AV_STATE key_state; member
737 tBTA_AV_STATE key_state);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c259 …AVRC passthrough rsp: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key_state); in bt_av_hdl_avrc_ct_evt()
345 …AVRC passthrough cmd: key_code 0x%x, key_state %d", rc->psth_cmd.key_code, rc->psth_cmd.key_state); in bt_av_hdl_avrc_tg_evt()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c287 …AVRC passthrough rsp: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key_state); in bt_av_hdl_avrc_ct_evt()
347 …AVRC passthrough cmd: key_code 0x%x, key_state %d", rc->psth_cmd.key_code, rc->psth_cmd.key_state); in bt_av_hdl_avrc_tg_evt()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h48 uint8_t key_state; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c386 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) in BTA_AvRemoteCmd() argument
394 p_buf->msg.state = key_state; in BTA_AvRemoteCmd()
Dbta_av_act.c854 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()
870 av.remote_rsp.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c660 …passthrough response: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key_state); in bt_av_hdl_avrc_ct_evt()