Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h40 HID_ERR_INVALID_PARAM, enumerator
69 CASE_RETURN_TEXT(HID_ERR_INVALID_PARAM); in hid_status_text()
/system/bt/stack/hid/
Dhidh_api.cc266 if (dev_cback == NULL) return HID_ERR_INVALID_PARAM; in HID_HostRegister()
365 return HID_ERR_INVALID_PARAM; in HID_HostRemoveDev()
391 return HID_ERR_INVALID_PARAM; in HID_HostOpenDev()
424 status = HID_ERR_INVALID_PARAM; in HID_HostWriteDev()
455 return HID_ERR_INVALID_PARAM; in HID_HostCloseDev()
Dhidd_api.cc91 if (host_cback == NULL) return HID_ERR_INVALID_PARAM; in HID_DevRegister()
360 return HID_ERR_INVALID_PARAM; in HID_DevSendReport()
430 return HID_ERR_INVALID_PARAM; in HID_DevConnect()
455 return HID_ERR_INVALID_PARAM; in HID_DevDisconnect()
Dhidd_conn.cc726 return (HID_ERR_INVALID_PARAM); in hidd_conn_send_data()
Dhidh_conn.cc769 return (HID_ERR_INVALID_PARAM); in hidh_conn_snd_data()