Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c498 uint8_t handshake_param; in HID_DevReportError() local
510 handshake_param = error; in HID_DevReportError()
513 handshake_param = HID_PAR_HANDSHAKE_RSP_ERR_UNKNOWN; in HID_DevReportError()
517 return hidd_conn_send_data(0, HID_TRANS_HANDSHAKE, handshake_param, 0, 0, NULL); in HID_DevReportError()