Enumeration Config_BluetoothConfig_PairingMode

from enum meshtastic.Config.BluetoothConfig.PairingMode

Enumeration Members

Enumeration Members

FIXED_PIN

Device requires a specified fixed PIN for pairing

from enum value: FIXED_PIN = 1;

NO_PIN

Device requires no PIN for pairing

from enum value: NO_PIN = 2;

RANDOM_PIN

Device generates a random PIN that will be shown on the screen of the device for pairing

from enum value: RANDOM_PIN = 0;