NI Bluetooth Toolkit Direct Test Mode

Table of Contents
  • Programming

niBTDTM_HCILEReceiverTest

int32 __stdcall niBTDTM_HCILEReceiverTest (niBTDTMSession* session, int32 channelNumber, int32 *status);

Purpose

Sends the command to the device under test (DUT) to start the receiver test.

Parameters

Input
Name Type Description
session niBTDTMSession Specifies the name of the communication port to which the DUT is connected.
channelNumber int32 Specifies the Bluetooth transmit channel number of the generated signal. The default value is 0.
Output
Name Type Description
status int32* Returns the status of the receiver test command. The DUT receives and executes the receiver test command if the status parameter returns a 0x00 value. The receiver test command fails if the status parameter returns a non-zero (0x01-0xFF) value.

Return Value

Name Type Description
returnValue int32 Returns the status code of this operation. The status code either indicates success or describes an error or warning. Examine the status code from each call to an niBTDTM function to determine if an error has occurred.

The general meaning of the status code is as follows:

Value Meaning
0 Success
Positive Values Warnings
Negative Values Errors

Log in to get a better experience