Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidd_api.h139 extern tHID_STATUS HID_DevSendReport(uint8_t channel, uint8_t type, uint8_t id,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c357 tHID_STATUS HID_DevSendReport(uint8_t channel, uint8_t type, uint8_t id, uint16_t len, uint8_t *p_d… in HID_DevSendReport() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c372 ret = HID_DevSendReport(channel, p_report->type, report_id, p_report->len, p_report->data); in bta_hd_send_report_act()