NI Bluetooth Generation Toolkit

NIBTSG_DV_VOICE_PAYLOAD_DATA_TYPE

  • Updated2023-02-21
  • 1 minute(s) read

Data Type: int32
Access:read/write
Functions:niBTSG_SetScalarAttributeI32
niBTSG_GetScalarAttributeI32
niBTSG_ResetAttribute
Description: Specifies the type of payload for the data voice (DV) packet.

The default value is NIBTSG_VAL_PAYLOAD_DATA_TYPE_PN_SEQUENCE.

Get Function: niBTSG_GetDVVoicePayloadDataType
Set Function: niBTSG_SetDVVoicePayloadDataType
Values:
NIBTSG_VAL_PAYLOAD_DATA_TYPE_PN_SEQUENCE (0)Specifies that the toolkit uses a Galois pseudonoise (PN) bit sequence with a payload order and seed, which you specify in the NIBTSG_DV_VOICE_PAYLOAD_PN_ORDER and NIBTSG_DV_VOICE_PAYLOAD_PN_SEED attributes respectively, to create the payload for generation.
NIBTSG_VAL_PAYLOAD_DATA_TYPE_USER_DEFINED_BITS (1)Specifies that the toolkit repeats the bit pattern, which you specify in the NIBTSG_DV_VOICE_PAYLOAD_USER_DEFINED_BITS attribute, to achieve the necessary payload length.

Log in to get a better experience