Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/examples/peripherals/gpio/matrix_keyboard/main/
Dmatrix_keyboard_example_main.c21 uint32_t key_code = (uint32_t)event_data; in example_matrix_kbd_event_handler() local
24 ESP_LOGI(TAG, "press event, key code = %04x", key_code); in example_matrix_kbd_event_handler()
27 ESP_LOGI(TAG, "release event, key code = %04x", key_code); in example_matrix_kbd_event_handler()
/hal_espressif-2.7.6/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c73 uint32_t key_code = 0; in matrix_kbd_debounce_timer_callback() local
80 key_code = MAKE_KEY_CODE(row, col); in matrix_kbd_debounce_timer_callback()
82 … mkbd->event_handler(mkbd, MATRIX_KBD_EVENT_UP, (void *)key_code, mkbd->event_handler_args); in matrix_kbd_debounce_timer_callback()
84 … mkbd->event_handler(mkbd, MATRIX_KBD_EVENT_DOWN, (void *)key_code, mkbd->event_handler_args); in matrix_kbd_debounce_timer_callback()
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h303 uint8_t key_code; /*!< passthrough command code */ member
372 uint8_t key_code; /*!< passthrough command code */ member
559 esp_err_t esp_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state);
/hal_espressif-2.7.6/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
235 arg.pt_cmd.key_code = key_code; in esp_avrc_ct_send_passthrough_cmd()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h47 uint8_t key_code; member
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dbt_app_av.c259 …_TAG, "AVRC passthrough rsp: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key… in bt_av_hdl_avrc_ct_evt()
345 …_TAG, "AVRC passthrough cmd: key_code 0x%x, key_state %d", rc->psth_cmd.key_code, rc->psth_cmd.key… in bt_av_hdl_avrc_tg_evt()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dbt_app_av.c260 …_TAG, "AVRC passthrough rsp: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key… in bt_av_hdl_avrc_ct_evt()
346 …_TAG, "AVRC passthrough cmd: key_code 0x%x, key_state %d", rc->psth_cmd.key_code, rc->psth_cmd.key… in bt_av_hdl_avrc_tg_evt()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c878 param.psth_rsp.key_code = p_remote_rsp->rc_id; in handle_rc_passthrough_rsp()
905 param.psth_cmd.key_code = p_remote_cmd->rc_id; in handle_rc_passthrough_cmd()
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()
1263 (tBTA_AV_RC)key_code, (tBTA_AV_STATE)key_state); in btc_avrc_ct_send_passthrough_cmd()
1404 … 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()
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c664 …_TAG, "AVRC passthrough rsp: key_code 0x%x, key_state %d", rc->psth_rsp.key_code, rc->psth_rsp.key… in bt_av_hdl_avrc_ct_evt()