Config_BluetoothConfig: Message<"meshtastic.Config.BluetoothConfig"> & {
    enabled: boolean;
    fixedPin: number;
    mode: Config_BluetoothConfig_PairingMode;
}

Type declaration

  • enabled: boolean

    Enable Bluetooth on the device

    from field: bool enabled = 1;

  • fixedPin: number

    Specified PIN for PairingMode.FixedPin

    from field: uint32 fixed_pin = 3;

  • mode: Config_BluetoothConfig_PairingMode

    Determines the pairing strategy for the device

    from field: meshtastic.Config.BluetoothConfig.PairingMode mode = 2;

from message meshtastic.Config.BluetoothConfig