NIBTSG_ATTR_PACKET_HEADER_ARQN
- Updated2025-04-08
- 1 minute(s) read
Specifies the value for the automatic repeat request number (ARQN) field in the packet header. This attribute controls the value for the 1-bit acknowledgement indicator, which indicates whether the data packet transfer is successful. Refer to sections 6.4.4 and 7.6, Part B, Volume 2 of the Bluetooth Specification v2.1+EDR for more information about the ARQN field.
Syntax
NIBTSG_ATTR_PACKET_HEADER_ARQN
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
13 | int32 | Read/Write | N/A |
Remarks
The default value is NIBTSG_VAL_PACKET_HEADER_ARQN_NAK.
Get Function: niBTSG_GetPacketHeaderARQN
Set Function: niBTSG_SetPacketHeaderARQN
Name | Value | Description |
---|---|---|
NIBTSG_VAL_PACKET_HEADER_ARQN_NAK | 0 (0x0) | Specifies a negative acknowledgement. |
NIBTSG_VAL_PACKET_HEADER_ARQN_ACK | 1 (0x1) | Specifies a positive acknowledgement. |