BluetoothConnectionStatus: Message<"meshtastic.BluetoothConnectionStatus"> & {
    isConnected: boolean;
    pin: number;
    rssi: number;
}

Bluetooth connection status

Type declaration

  • isConnected: boolean

    Whether the device has an active connection or not

    from field: bool is_connected = 3;

  • pin: number

    The pairing PIN for bluetooth

    from field: uint32 pin = 1;

  • rssi: number

    RSSI of bluetooth connection

    from field: int32 rssi = 2;

from message meshtastic.BluetoothConnectionStatus