Lines Matching refs:tHID_STATUS
52 tHID_STATUS HID_HostGetSDPRecord ( BD_ADDR addr, tSDP_DISCOVERY_DB *p_db, UINT32 db_len, in HID_HostGetSDPRecord()
277 tHID_STATUS HID_HostRegister (tHID_HOST_DEV_CALLBACK *dev_cback) in HID_HostRegister()
279 tHID_STATUS st; in HID_HostRegister()
308 tHID_STATUS HID_HostDeregister(void) in HID_HostDeregister()
335 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle ) in HID_HostAddDev()
387 tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle ) in HID_HostRemoveDev()
413 tHID_STATUS HID_HostOpenDev ( UINT8 dev_handle ) in HID_HostOpenDev()
440 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev()
443 tHID_STATUS status = HID_SUCCESS; in HID_HostWriteDev()
483 tHID_STATUS HID_HostCloseDev( UINT8 dev_handle ) in HID_HostCloseDev()
501 tHID_STATUS HID_HostSetSecurityLevel( char serv_name[], UINT8 sec_lvl ) in HID_HostSetSecurityLevel()