Home
last modified time | relevance | path

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

/system/bt/stack/hid/
Dhidh_api.cc265 if (dev_cback == NULL) return HID_ERR_INVALID_PARAM; in HID_HostRegister()
364 return HID_ERR_INVALID_PARAM; in HID_HostRemoveDev()
390 return HID_ERR_INVALID_PARAM; in HID_HostOpenDev()
423 status = HID_ERR_INVALID_PARAM; in HID_HostWriteDev()
454 return HID_ERR_INVALID_PARAM; in HID_HostCloseDev()
Dhidd_api.cc90 if (host_cback == NULL) return HID_ERR_INVALID_PARAM; in HID_DevRegister()
403 return HID_ERR_INVALID_PARAM; in HID_DevSendReport()
473 return HID_ERR_INVALID_PARAM; in HID_DevConnect()
498 return HID_ERR_INVALID_PARAM; in HID_DevDisconnect()
Dhidd_conn.cc928 return (HID_ERR_INVALID_PARAM); in hidd_conn_send_data()
Dhidh_conn.cc916 return (HID_ERR_INVALID_PARAM); in hidh_conn_snd_data()
/system/bt/stack/include/
Dhiddefs.h38 HID_ERR_INVALID_PARAM, enumerator