Home
last modified time | relevance | path

Searched refs:BTC_PID_HD (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/api/
Desp_hidd_api.c33 btc_profile_cb_set(BTC_PID_HD, callback); in esp_bt_hid_device_register_callback()
43 msg.pid = BTC_PID_HD; in esp_bt_hid_device_init()
57 msg.pid = BTC_PID_HD; in esp_bt_hid_device_deinit()
76 msg.pid = BTC_PID_HD; in esp_bt_hid_device_register_app()
89 msg.pid = BTC_PID_HD; in esp_bt_hid_device_unregister_app()
106 msg.pid = BTC_PID_HD; in esp_bt_hid_device_connect()
119 msg.pid = BTC_PID_HD; in esp_bt_hid_device_disconnect()
132 msg.pid = BTC_PID_HD; in esp_bt_hid_device_send_report()
152 msg.pid = BTC_PID_HD; in esp_bt_hid_device_report_error()
169 msg.pid = BTC_PID_HD; in esp_bt_hid_device_virtual_cable_unplug()
/hal_espressif-3.5.0/components/bt/common/btc/include/btc/
Dbtc_task.h68 BTC_PID_HD, enumerator
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c80 esp_hd_cb_t *btc_hd_cb = (esp_hd_cb_t *)btc_profile_cb_get(BTC_PID_HD); in btc_hd_cb_to_app()
196 msg.pid = BTC_PID_HD; in bte_hd_evt()
/hal_espressif-3.5.0/components/bt/common/btc/core/
Dbtc_task.c130 [BTC_PID_HD] = {btc_hd_call_handler, btc_hd_cb_handler },