Lines Matching refs:tHID_STATUS
53 tHID_STATUS HID_HostGetSDPRecord ( BD_ADDR addr, tSDP_DISCOVERY_DB *p_db, UINT32 db_len, in HID_HostGetSDPRecord()
283 tHID_STATUS HID_HostRegister (tHID_HOST_DEV_CALLBACK *dev_cback) in HID_HostRegister()
285 tHID_STATUS st; in HID_HostRegister()
314 tHID_STATUS HID_HostDeregister(void) in HID_HostDeregister()
341 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle ) in HID_HostAddDev()
393 tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle ) in HID_HostRemoveDev()
419 tHID_STATUS HID_HostOpenDev ( UINT8 dev_handle ) in HID_HostOpenDev()
446 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev()
449 tHID_STATUS status = HID_SUCCESS; in HID_HostWriteDev()
486 tHID_STATUS HID_HostCloseDev( UINT8 dev_handle ) in HID_HostCloseDev()
502 tHID_STATUS HID_HostSetSecurityLevel( char serv_name[], UINT8 sec_lvl ) in HID_HostSetSecurityLevel()