leaps_panid_profile_set

Set UWB network identifier (PANID) along with the ZONE ID to assist with anchor selection, and the PANID Mask, which helps support tag roaming across multiple distinct networks with varying PANIDs.


Input
  • panid: 16-bit unsigned integer (the UWB panid)

  • panid_mask: 16-bit unsigned integer (the UWB panid mask)

  • zone_id: 8-bit unsigned integer (the UWB zone id of AN)

  • flag: 8-bit unsigned integer optional flag

    • bit 0: skip writing values to the environment (1: skip writing, 0: write to the environment)

  • reserved: 8-bit unsigned integer (reserved for future use)

Output

Example 1

TLV request

Type

Length

Value

panid

panid_mask

zone_id

flag

reserved

0x40

0x06

0xCD 0xAB

0xFF 0xFF

0x01

0x01

0x00

Type 0x40 means command leaps_panid_profile_set

TLV response

Type

Length

Value

0x40

0x01

0x00

Type 0x40 means status code