SWRA770 august 2023 CC2564C
The following function is responsible for sending a GET_IDLE Transaction to the remote HID Device. This function returns zero on successful execution and a negative value on all errors.
Including parameters is not necessary when using this command. A parameter has no effect on the outcome of the GetIdleRequest.
HID_Get_Idle_Request(BluetoothStackID, HIDID)
int BTPSAPI HID_Get_Idle_Request(unsigned int BluetoothStackID, unsigned int HIDID)
The following function is responsible for sending a GET_IDLE transaction to the remote HID Device. This function accepts the Bluetooth Stack ID of the Bluetooth Stack which is to send the request and the HID ID for which the Connection has been established. This function returns a zero if successful or a negative return error code if there was an error.