rxpoweredup
    Preparing search index...

    Type Alias BluetoothDeviceWithGatt

    BluetoothDeviceWithGatt: Omit<BluetoothDevice, "gatt"> & {
        gatt: BluetoothRemoteGATTServer;
    }