Home
last modified time | relevance | path

Searched refs:btc_hidd_args_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidd_api.c62 btc_hidd_args_t args; in esp_bt_hid_device_register_app()
63 memset(&args, 0, sizeof(btc_hidd_args_t)); in esp_bt_hid_device_register_app()
72 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_register_app()
94 btc_hidd_args_t args; in esp_bt_hid_device_connect()
95 memset(&args, 0, sizeof(btc_hidd_args_t)); in esp_bt_hid_device_connect()
102 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_connect()
128 btc_hidd_args_t args; in esp_bt_hid_device_send_report()
129 memset(&args, 0, sizeof(btc_hidd_args_t)); in esp_bt_hid_device_send_report()
135 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), in esp_bt_hid_device_send_report()
149 btc_hidd_args_t args; in esp_bt_hid_device_report_error()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c710 btc_hidd_args_t *arg = (btc_hidd_args_t *)msg->arg; in btc_hd_call_arg_deep_free()
723 btc_hidd_args_t *arg = (btc_hidd_args_t *)(msg->arg); in btc_hd_call_handler()
949 btc_hidd_args_t *dst = (btc_hidd_args_t *)p_dest; in btc_hd_arg_deep_copy()
950 btc_hidd_args_t *src = (btc_hidd_args_t *)p_src; in btc_hd_arg_deep_copy()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hd.h87 } btc_hidd_args_t; typedef