from enum meshtastic.Config.BluetoothConfig.PairingMode
Device requires a specified fixed PIN for pairing
from enum value: FIXED_PIN = 1;
Device requires no PIN for pairing
from enum value: NO_PIN = 2;
Device generates a random PIN that will be shown on the screen of the device for pairing
from enum value: RANDOM_PIN = 0;
Generated
from enum meshtastic.Config.BluetoothConfig.PairingMode