Home
last modified time | relevance | path

Searched refs:BTC_PID_HH (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidh_api.c26 btc_profile_cb_set(BTC_PID_HH, callback); in esp_bt_hid_host_register_callback()
37 msg.pid = BTC_PID_HH; in esp_bt_hid_host_init()
51 msg.pid = BTC_PID_HH; in esp_bt_hid_host_deinit()
65 msg.pid = BTC_PID_HH; in esp_bt_hid_host_connect()
81 msg.pid = BTC_PID_HH; in esp_bt_hid_host_disconnect()
97 msg.pid = BTC_PID_HH; in esp_bt_hid_host_virtual_cable_unplug()
113 msg.pid = BTC_PID_HH; in esp_bt_hid_host_set_info()
131 msg.pid = BTC_PID_HH; in esp_bt_hid_host_get_protocol()
147 msg.pid = BTC_PID_HH; in esp_bt_hid_host_set_protocol()
164 msg.pid = BTC_PID_HH; in esp_bt_hid_host_get_idle()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h61 BTC_PID_HH, enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbta_hh_co.c124 msg.pid = BTC_PID_HH; in bta_hh_co_data()
Dbtc_hh.c69 esp_hh_cb_t btc_hh_cb = (esp_hh_cb_t)btc_profile_cb_get(BTC_PID_HH); in btc_hh_cb_to_app()
225 msg.pid = BTC_PID_HH; in btc_hh_timer_timeout()
433 msg.pid = BTC_PID_HH; in bte_hh_evt()
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c144 [BTC_PID_HH] = {btc_hh_call_handler, btc_hh_cb_handler },