NI RFmx Bluetooth API Differences - ni/grpc-device GitHub Wiki
- In all function and attribute names, the acronym
BT(as used in the C API) is spelled out asBluetoothin the gRPC API. - See also NI-RFmx API Differences.
Three functions in the NI-RFmx Bluetooth C API begin with the prefix 20dB:
RFmxBT_20dBBandwidthCfgAveraging
RFmxBT_20dBBandwidthFetchMeasurement
RFmxBT_20dBBandwidthFetchSpectrum
In the gRPC API, the word Twenty is spelled out in the function names, so that the names take this form instead:
TwentydBBandwidthCfgAveraging
TwentydBBandwidthFetchMeasurement
TwentydBBandwidthFetchSpectrum