Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidh_api.c62 btc_hidh_args_t arg; in esp_bt_hid_host_connect()
70 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_connect()
78 btc_hidh_args_t arg; in esp_bt_hid_host_disconnect()
86 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_disconnect()
94 btc_hidh_args_t arg; in esp_bt_hid_host_virtual_cable_unplug()
102 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_virtual_cable_unplug()
110 btc_hidh_args_t arg; in esp_bt_hid_host_set_info()
119 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), in esp_bt_hid_host_set_info()
128 btc_hidh_args_t arg; in esp_bt_hid_host_get_protocol()
136 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_get_protocol()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c521 static void btc_hh_connect(btc_hidh_args_t *arg) in btc_hh_connect()
602 static void btc_hh_disconnect(btc_hidh_args_t *arg) in btc_hh_disconnect()
645 static void btc_hh_virtual_unplug(btc_hidh_args_t *arg) in btc_hh_virtual_unplug()
706 static void btc_hh_set_info(btc_hidh_args_t *arg) in btc_hh_set_info()
769 static void btc_hh_get_protocol(btc_hidh_args_t *arg) in btc_hh_get_protocol()
808 static void btc_hh_set_protocol(btc_hidh_args_t *arg) in btc_hh_set_protocol()
851 static void btc_hh_get_report(btc_hidh_args_t *arg) in btc_hh_get_report()
925 static void btc_hh_set_report(btc_hidh_args_t *arg) in btc_hh_set_report()
979 static void btc_hh_send_data(btc_hidh_args_t *arg) in btc_hh_send_data()
1030 static void btc_hh_get_idle_time(btc_hidh_args_t *arg) in btc_hh_get_idle_time()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h170 } btc_hidh_args_t; typedef